Home
last modified time | relevance | path

Searched defs:pta_stats_alloc (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutee/include/
H A Dpta_stats.h46 struct pta_stats_alloc { struct
47 char desc[TEE_ALLOCATOR_DESC_LENGTH];
48 uint64_t free2_sum; /* Sum of size^2 of each free chunk */
49 uint32_t allocated; /* Bytes currently allocated */
73 struct pta_stats_alloc heap; argument