In user space, the buffer is allocated using
.Xr malloc 3 .
In the kernel, the buffer is allocated using
-.Xr malloc 9
+.Xr kmalloc 9
using the malloc type
.Dv M_TEMP .
.It Fn prop_array_internalize "const char *xml"
In user space, the buffer is allocated using
.Xr malloc 3 .
In the kernel, the buffer is allocated using
-.Xr malloc 9
+.Xr kmalloc 9
using the malloc type
.Dv M_TEMP .
.It Fn prop_data_data_nocopy "prop_data_t data"
In user space, the buffer is allocated using
.Xr malloc 3 .
In the kernel, the buffer is allocated using
-.Xr malloc 9
+.Xr kmalloc 9
using the malloc type
.Dv M_TEMP .
.It Fn prop_dictionary_internalize "const char *xml"
In user space, the buffer is allocated using
.Xr malloc 3 .
In the kernel, the buffer is allocated using
-.Xr malloc 9
+.Xr kmalloc 9
using the malloc type
.Dv M_TEMP .
.Pp