Home
last modified time | relevance | path

Searched refs:totalloc (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget.c537 bufsize totalloc; /* Total space currently allocated */ member
801 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;
H A Dbget_malloc.c287 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()