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;
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()900 stats->allocated = ctx->poolset.totalloc; in raw_malloc_get_stats()