Searched refs:memalloc (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dmem.h213 isc_memalloc_t memalloc, isc_memfree_t memfree,
218 isc_memalloc_t memalloc, isc_memfree_t memfree,
237 * memory from the system by calling 'memalloc' and 'memfree',
/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c128 isc_memalloc_t memalloc; member in struct:isc_mem
372 table = (ctx->memalloc)(ctx->arg,
388 new = (ctx->memalloc)(ctx->arg, NUM_BASIC_BLOCKS * ctx->mem_target);
495 ret = (ctx->memalloc)(ctx->arg, size);
619 ret = (ctx->memalloc)(ctx->arg, size);
719 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
722 return (isc_mem_createx2(init_max_size, target_size, memalloc, memfree,
729 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
736 REQUIRE(memalloc != NULL);
743 ctx = (memalloc)(ar
718 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
728 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 358 milliseconds