Searched defs:malloc_stats (Results 1 – 4 of 4) 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 */
73 struct malloc_stats { struct83 void malloc_get_stats(struct malloc_stats *stats); argument
2310 void malloc_stats() in malloc_stats() function