Home
last modified time | relevance | path

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

/optee_test/host/xtest/
A Dstats.c32 struct malloc_stats { struct
33 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