Searched refs:udb_alloc_free (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | udb.h | 522 int udb_alloc_free(udb_alloc* alloc, udb_void r, size_t sz); 799 udb_alloc_free(udb->alloc, d, sz); in udb_rel_ptr_free_space()
|
H A D | udb.c | 1749 int udb_alloc_free(udb_alloc* alloc, udb_void r, size_t sz) function 1854 if(!udb_alloc_free(alloc, r, osz)) 1882 if(!udb_alloc_free(alloc, r, osz)) 2090 udb_alloc_free(udb->alloc, d, sz);
|