Lines Matching refs:poolset
134 struct bpoolset poolset; member
172 { .poolset = { .freelist = { {0, 0}, \
173 {&name.poolset.freelist, \
174 &name.poolset.freelist}}}}
278 if (ctx->poolset.totalloc > ctx->mstats.max_allocated) in raw_malloc_return_hook()
279 ctx->mstats.max_allocated = ctx->poolset.totalloc; in raw_malloc_return_hook()
287 ctx->poolset.totalloc; in raw_malloc_return_hook()
439 ptr = bget(alignment, hdr_size, s, &ctx->poolset); in raw_memalign()
459 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free()
480 ptr = bgetz(0, hdr_size, s, &ctx->poolset); in raw_calloc()
503 p = bget(0, 0, s, &ctx->poolset); in raw_realloc()
519 brel(old_ptr, &ctx->poolset, false /*!wipe*/); in raw_realloc()
906 ctx->poolset.freelist.ql.flink = &ctx->poolset.freelist; in raw_malloc_init_ctx()
907 ctx->poolset.freelist.ql.blink = &ctx->poolset.freelist; in raw_malloc_init_ctx()
933 bpool((void *)start, end - start, &ctx->poolset); in raw_malloc_add_pool()
1002 stats->allocated = ctx->poolset.totalloc; in raw_malloc_get_stats()