Home
last modified time | relevance | path

Searched refs:max_allocated (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dmempool.c61 size_t max_allocated; member
153 if (stats.max_allocated > pool->max_allocated) { in mempool_alloc()
154 pool->max_allocated = stats.max_allocated; in mempool_alloc()
156 pool->max_allocated); in mempool_alloc()
/optee_os/core/mm/
H A Dphys_mem.c159 if (s.max_allocated > stats->max_allocated) in add_pool_stats()
160 stats->max_allocated = s.max_allocated; in add_pool_stats()
H A Dtee_mm.c101 stats->max_allocated = pool->max_allocated; in tee_mm_get_pool_stats()
105 pool->max_allocated = 0; in tee_mm_get_pool_stats()
113 if (sz > pool->max_allocated) in update_max_allocated()
114 pool->max_allocated = sz; in update_max_allocated()
/optee_os/lib/libutee/include/
H A Dpta_stats.h50 uint32_t max_allocated; /* Tracks max value of allocated */ member
/optee_os/core/include/mm/
H A Dtee_mm.h36 size_t max_allocated; member
/optee_os/lib/libutils/isoc/
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()
307 ctx->mstats.max_allocated = 0; in gen_malloc_reset_stats()
/optee_os/lib/libutee/
H A Duser_ta_entry.c420 params[0].value.b = stats.max_allocated; in entry_dump_memstats()
/optee_os/core/kernel/
H A Dtee_ta_manager.c938 stats->heap.max_allocated = param.u[0].val.b; in dump_ta_stats()