/src/sys/external/bsd/libnv/dist/ |
nv_impl.h | 66 # define nv_realloc(buf, size) realloc((buf), (size), M_NVLIST, \ macro 84 extern void *nv_realloc(void *, size_t); 91 # define nv_realloc(buf, size) realloc((buf), (size)) macro
|
nv_impl.h | 66 # define nv_realloc(buf, size) realloc((buf), (size), M_NVLIST, \ macro 84 extern void *nv_realloc(void *, size_t); 91 # define nv_realloc(buf, size) realloc((buf), (size)) macro
|
nv_kern_netbsd.c | 262 nv_realloc(void *buf, size_t len) function in typeref:typename:void *
|
nv_kern_netbsd.c | 262 nv_realloc(void *buf, size_t len) function in typeref:typename:void *
|