Searched defs:nv_realloc (Results 1 – 2 of 2) sorted by relevance
66 # define nv_realloc(buf, size) realloc((buf), (size), M_NVLIST, \ macro91 # define nv_realloc(buf, size) realloc((buf), (size)) macro
254 nv_realloc(void *buf, size_t len) nv_realloc() function