Searched defs:memfree (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | mem.h | 208 void (*memfree)(isc_mem_t *mctx, void *ptr _ISC_MEM_FLARG); member in struct:isc_memmethods 298 isc_memalloc_t memalloc, isc_memfree_t memfree, 303 isc_memalloc_t memalloc, isc_memfree_t memfree, 322 * memory from the system by calling 'memalloc' and 'memfree',
|
/bind-9.11.3/lib/isc/ |
H A D | mem.c | 126 isc_memfree_t memfree; member in struct:isc__mem 544 (ctx->memfree)(ctx->arg, ctx->basic_table); 738 (ctx->memfree)(ctx->arg, mem); 813 (ctx->memfree)(ctx->arg, mem); 884 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, 887 return (isc_mem_createx2(init_max_size, target_size, memalloc, memfree, 894 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, 902 REQUIRE(memfree != NULL); 915 (memfree)(arg, ctx); 943 ctx->memfree 883 isc_mem_createx(size_t init_max_size, size_t target_size, isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, isc_mem_t **ctxp) argument 893 isc_mem_createx2(size_t init_max_size, size_t target_size, isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, isc_mem_t **ctxp, unsigned int flags) argument [all...] |
Completed in 11 milliseconds