Searched refs:totalloc (Results 1 – 2 of 2) sorted by relevance
537 bufsize totalloc; /* Total space currently allocated */ member752 poolset->totalloc -= b_alloc->bsize;810 poolset->totalloc += size;944 poolset->totalloc -= bdh->tsize;945 assert(poolset->totalloc >= 0);973 poolset->totalloc += b->bh.bsize;974 assert(poolset->totalloc >= 0);1179 *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()1002 stats->allocated = ctx->poolset.totalloc; in raw_malloc_get_stats()
Completed in 9 milliseconds