HomeSort by: relevance | last modified time | path
    Searched defs:nv_malloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nv_impl.h 59 # define nv_malloc(size) malloc((size), M_NVLIST, M_WAITOK) macro
82 extern void *nv_malloc(size_t);
90 # define nv_malloc(size) malloc((size)) macro
nv_kern_netbsd.c 219 void *const buf = nv_malloc(len);
236 s2 = nv_malloc(len);
247 nv_malloc(size_t len) function in typeref:typename:void *

Completed in 12 milliseconds