Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h94 uint32_t biggest_alloc_fail; /* Size of biggest failed alloc */ member
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c284 if (requested_size > ctx->mstats.biggest_alloc_fail) { in raw_malloc_return_hook()
285 ctx->mstats.biggest_alloc_fail = requested_size; in raw_malloc_return_hook()
300 ctx->mstats.biggest_alloc_fail = 0; in gen_malloc_reset_stats()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c399 params[2].value.a = stats.biggest_alloc_fail; in entry_dump_memstats()
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c954 stats->heap.biggest_alloc_fail = param.u[2].val.a; in dump_ta_stats()

Completed in 8 milliseconds