#include <HAP_mem.h>
Public Attributes | |
uint64 | bytes_free |
uint64 | bytes_used |
uint64 | seg_free |
uint64 | seg_used |
uint64 | min_grow_bytes |
Statistics of user heap memory
uint64 HAP_mem_stats::bytes_free |
number of bytes free from all the segments, may not be available for a single alloc
uint64 HAP_mem_stats::bytes_used |
number of bytes used
uint64 HAP_mem_stats::min_grow_bytes |
minimum number of bytes to grow the heap by when creating a new segment
uint64 HAP_mem_stats::seg_free |
number of segments free
uint64 HAP_mem_stats::seg_used |
number of segments used