Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dpta_stats.h52 uint32_t num_alloc_fail; /* Number of failed alloc requests */ member
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c291 ctx->mstats.num_alloc_fail++; in raw_malloc_return_hook()
308 ctx->mstats.num_alloc_fail = 0; in gen_malloc_reset_stats()
/optee_os/lib/libutee/
H A Duser_ta_entry.c422 params[1].value.b = stats.num_alloc_fail; in entry_dump_memstats()
/optee_os/core/kernel/
H A Dtee_ta_manager.c940 stats->heap.num_alloc_fail = param.u[1].val.b; in dump_ta_stats()