Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/
A Dmempool.c60 size_t max_allocated; member
152 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()
/optee_os-3.20.0/core/mm/
A Dtee_mm.c120 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()
/optee_os-3.20.0/core/include/mm/
A Dtee_mm.h35 size_t max_allocated; member
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h91 uint32_t max_allocated; /* Tracks max value of allocated */ member
/optee_os-3.20.0/lib/libutils/isoc/
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()
298 ctx->mstats.max_allocated = 0; in gen_malloc_reset_stats()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c396 params[0].value.b = stats.max_allocated; in entry_dump_memstats()
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c951 stats->heap.max_allocated = param.u[0].val.b; in dump_ta_stats()

Completed in 11 milliseconds