Searched defs:pta_stats_alloc (Results 1 – 1 of 1) sorted by relevance
46 struct pta_stats_alloc { struct47 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