PDK API Guide for J721E
HeapP_MemStats Struct Reference

Detailed Description

Structure used to pass information about the heap out of HeapP_getHeapStats().

Data Fields

uint32_t totalSize
 
uint32_t totalFreeSize
 
uint32_t largestFreeSize
 

Field Documentation

◆ totalSize

uint32_t HeapP_MemStats::totalSize

Total size of heap, in bytes.

◆ totalFreeSize

uint32_t HeapP_MemStats::totalFreeSize

Current size of free memory in the heap, in bytes.

◆ largestFreeSize

uint32_t HeapP_MemStats::largestFreeSize

Current largest contiguous free block (in bytes) within the heap at the time HeapP_getHeapStats is called.