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
91 uint32_t max_allocated; /* Tracks max value of allocated */ member
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()298 ctx->mstats.max_allocated = 0; in gen_malloc_reset_stats()
396 params[0].value.b = stats.max_allocated; in entry_dump_memstats()
951 stats->heap.max_allocated = param.u[0].val.b; in dump_ta_stats()
Completed in 12 milliseconds