Lines Matching defs:memalloc
125 isc_memalloc_t memalloc;
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)(arg, sizeof(*ctx));
942 ctx->memalloc = memalloc;
961 ctx->stats = (memalloc)(arg,
974 ctx->freelists = (memalloc)(arg, ctx->max_size *
988 ctx->debuglist = (memalloc)(arg,