Searched refs:totalloc (Results 1 – 2 of 2) sorted by relevance
537 bufsize totalloc; /* Total space currently allocated */ member801 poolset->totalloc -= b_alloc->bsize;859 poolset->totalloc += size;996 poolset->totalloc -= bdh->tsize;997 assert(poolset->totalloc >= 0);1025 poolset->totalloc += b->bh.bsize;1026 assert(poolset->totalloc >= 0);1240 *curalloc = poolset->totalloc;
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()898 stats->allocated = ctx->poolset.totalloc; in raw_malloc_get_stats()