Lines Matching refs:memalloc
128 isc_memalloc_t memalloc;
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)(arg, sizeof(*ctx));
775 ctx->memalloc = memalloc;
794 ctx->stats = (memalloc)(arg,
807 ctx->freelists = (memalloc)(arg, ctx->max_size *
821 ctx->debuglist = (memalloc)(arg,