Searched refs:max_allocated (Results 1 – 7 of 7) sorted by relevance
60 size_t max_allocated; member152 if (stats.max_allocated > pool->max_allocated) { in mempool_alloc()153 pool->max_allocated = stats.max_allocated; in mempool_alloc()155 pool->max_allocated); in mempool_alloc()
120 stats->max_allocated = pool->max_allocated; in tee_mm_get_pool_stats()124 pool->max_allocated = 0; in tee_mm_get_pool_stats()132 if (sz > pool->max_allocated) in update_max_allocated()133 pool->max_allocated = sz; in update_max_allocated()
35 size_t max_allocated; member
77 uint32_t max_allocated; /* Tracks max value of allocated */ member
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()229 ctx->mstats.max_allocated = 0; in gen_malloc_reset_stats()
Completed in 9 milliseconds