|
Turnstone Operating System
|
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 | |
heap statistics, both monitoring and leak analysis.