Lines Matching defs:poolset
130 struct bpoolset poolset;
168 { .poolset = { .freelist = { {0, 0}, \
169 {&name.poolset.freelist, \
170 &name.poolset.freelist}}}}
278 if (ctx->poolset.totalloc > ctx->mstats.max_allocated)
279 ctx->mstats.max_allocated = ctx->poolset.totalloc;
287 ctx->poolset.totalloc;
443 p = bgetz(alignment, hdr_size, s, &ctx->poolset);
445 p = bget(alignment, hdr_size, s, &ctx->poolset);
461 brel(old_ptr, &ctx->poolset, false /*!wipe*/);
486 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe);
795 ctx->poolset.freelist.ql.flink = &ctx->poolset.freelist;
796 ctx->poolset.freelist.ql.blink = &ctx->poolset.freelist;
829 bpool((void *)start, end - start, &ctx->poolset);
898 stats->allocated = ctx->poolset.totalloc;
899 stats->free2_sum = ctx->poolset.free2_sum;