HAPMEM
HAP Memory Allocator
HAP_mem_stats Struct Reference

Statistics of user heap memory. More...

#include <HAP_mem.h>

Public Attributes

uint64 bytes_free
 
uint64 bytes_used
 
uint64 seg_free
 
uint64 seg_used
 
uint64 min_grow_bytes
 

Detailed Description

Statistics of user heap memory.

Member Data Documentation

◆ bytes_used

uint64 HAP_mem_stats::bytes_used

number of bytes free from all the segments, may not be available for a single alloc

◆ min_grow_bytes

uint64 HAP_mem_stats::min_grow_bytes

number of segments used

◆ seg_free

uint64 HAP_mem_stats::seg_free

number of bytes used

◆ seg_used

uint64 HAP_mem_stats::seg_used

number of segments free


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