Searched defs:malloc_stats (Results 1 – 1 of 1) sorted by relevance
32 struct malloc_stats { struct33 char desc[TEE_ALLOCATOR_DESC_LENGTH];34 uint32_t allocated; /* Bytes currently allocated */35 uint32_t max_allocated; /* Tracks max value of allocated */36 uint32_t size; /* Total size for this allocator */37 uint32_t num_alloc_fail; /* Number of failed alloc requests */38 uint32_t biggest_alloc_fail; /* Size of biggest failed alloc */39 uint32_t biggest_alloc_fail_used; /* Alloc bytes when above occurred */
Completed in 3 milliseconds