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

/bind-9.11.3/lib/isc/
H A Dmem.c125 isc_memalloc_t memalloc; member in struct:isc__mem
534 table = (ctx->memalloc)(ctx->arg,
550 tmp = (ctx->memalloc)(ctx->arg, NUM_BASIC_BLOCKS * ctx->mem_target);
657 ret = (ctx->memalloc)(ctx->arg, size);
782 ret = (ctx->memalloc)(ctx->arg, size);
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,
901 REQUIRE(memalloc != NULL);
908 ctx = (memalloc)(ar
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 18 milliseconds