Home
last modified time | relevance | path

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

/optee_os/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/core/arch/arm/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/core/include/mm/
A Dtee_mm.h35 size_t max_allocated; member
/optee_os/lib/libutils/isoc/include/
A Dmalloc.h77 uint32_t max_allocated; /* Tracks max value of allocated */ member
/optee_os/out/arm/export-ta_arm64/include/
A Dmalloc.h77 uint32_t max_allocated; /* Tracks max value of allocated */ member
/optee_os/out/arm/export-ta_arm32/include/
A Dmalloc.h77 uint32_t max_allocated; /* Tracks max value of allocated */ member
/optee_os/lib/libutils/isoc/
A Dbget_malloc.c211 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