![]() |
PDK API Guide for J721E
|
Structure used to pass information about the heap out of HeapP_getHeapStats().
Data Fields | |
| uint32_t | totalSize |
| uint32_t | totalFreeSize |
| uint32_t | largestFreeSize |
| uint32_t HeapP_MemStats::totalSize |
Total size of heap, in bytes.
| uint32_t HeapP_MemStats::totalFreeSize |
Current size of free memory in the heap, in bytes.
| uint32_t HeapP_MemStats::largestFreeSize |
Current largest contiguous free block (in bytes) within the heap at the time HeapP_getHeapStats is called.