Turnstone Operating System
Loading...
Searching...
No Matches
memory_heap_stat_t Struct Reference

heap statistics, both monitoring and leak analysis. More...

#include <memory.h>

Public Attributes

uint64_t malloc_count
 malloc count at heap
 
uint64_t free_count
 free count at heap
 
uint64_t total_size
 heap total size with bounds
 
uint64_t free_size
 free size
 
uint64_t fast_hit
 heap has a hit map, this field gives hit count
 
uint64_t header_count
 header count of allocated blocks
 

Detailed Description

heap statistics, both monitoring and leak analysis.


The documentation for this struct was generated from the following file: