Lines Matching refs:poolset
135 struct bpoolset poolset; member
173 { .poolset = { .freelist = { {0, 0}, \
174 {&name.poolset.freelist, \
175 &name.poolset.freelist}}}}
287 if (ctx->poolset.totalloc > ctx->mstats.max_allocated) in raw_malloc_return_hook()
288 ctx->mstats.max_allocated = ctx->poolset.totalloc; in raw_malloc_return_hook()
296 ctx->poolset.totalloc; in raw_malloc_return_hook()
452 p = bgetz(alignment, hdr_size, s, &ctx->poolset); in raw_malloc_flags()
454 p = bget(alignment, hdr_size, s, &ctx->poolset); in raw_malloc_flags()
470 brel(old_ptr, &ctx->poolset, false /*!wipe*/); in raw_malloc_flags()
495 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free()
804 ctx->poolset.freelist.ql.flink = &ctx->poolset.freelist; in raw_malloc_init_ctx()
805 ctx->poolset.freelist.ql.blink = &ctx->poolset.freelist; in raw_malloc_init_ctx()
831 bpool((void *)start, end - start, &ctx->poolset); in raw_malloc_add_pool()
900 stats->allocated = ctx->poolset.totalloc; in raw_malloc_get_stats()
901 stats->free2_sum = ctx->poolset.free2_sum; in raw_malloc_get_stats()