Home
last modified time | relevance | path

Searched refs:biggest_alloc_fail (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Dpta_stats.h53 uint32_t biggest_alloc_fail; /* Size of biggest failed alloc */ member
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c293 if (requested_size > ctx->mstats.biggest_alloc_fail) { in raw_malloc_return_hook()
294 ctx->mstats.biggest_alloc_fail = requested_size; in raw_malloc_return_hook()
309 ctx->mstats.biggest_alloc_fail = 0; in gen_malloc_reset_stats()
/optee_os/lib/libutee/
H A Duser_ta_entry.c423 params[2].value.a = stats.biggest_alloc_fail; in entry_dump_memstats()
/optee_os/core/kernel/
H A Dtee_ta_manager.c941 stats->heap.biggest_alloc_fail = param.u[2].val.a; in dump_ta_stats()