Searched refs:totalloc (Results 1 – 2 of 2) sorted by relevance
537 bufsize totalloc; /* Total space currently allocated */ member752 poolset->totalloc -= b_alloc->bsize;811 poolset->totalloc += size;945 poolset->totalloc -= bdh->tsize;946 assert(poolset->totalloc >= 0);977 poolset->totalloc += b->bh.bsize;978 assert(poolset->totalloc >= 0);1176 *curalloc = poolset->totalloc;
211 if (ctx->poolset.totalloc > ctx->mstats.max_allocated) in raw_malloc_return_hook()212 ctx->mstats.max_allocated = ctx->poolset.totalloc; in raw_malloc_return_hook()220 ctx->poolset.totalloc; in raw_malloc_return_hook()247 stats->allocated = ctx->poolset.totalloc; in gen_malloc_get_stats()
Completed in 7 milliseconds