Home
last modified time | relevance | path

Searched refs:STATS_NB_POOLS (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/pta/
H A Dstats.c43 if (pool_id > STATS_NB_POOLS) in get_alloc_stats()
48 size_to_retrieve *= STATS_NB_POOLS; in get_alloc_stats()
58 for (i = ALLOC_ID_HEAP; i <= STATS_NB_POOLS; i++) { in get_alloc_stats()
/optee_os/lib/libutee/include/
H A Dpta_stats.h42 #define STATS_NB_POOLS 5 macro