Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c537 bufsize totalloc; /* Total space currently allocated */ member
752 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;
A Dbget_malloc.c278 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