Home
last modified time | relevance | path

Searched defs:nv_realloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnv_impl.h66 # define nv_realloc(buf, size) realloc((buf), (size), M_NVLIST, \ macro
91 # define nv_realloc(buf, size) realloc((buf), (size)) macro
H A Dnv_kern_netbsd.c254 nv_realloc(void *buf, size_t len) nv_realloc() function