![]() |
![]() |
|
SYS/BIOS
7.00
|
Memory heap statistics. More...
Data Fields | |
| size_t | totalSize |
| total size (in MADUs) of heap. More... | |
| size_t | totalFreeSize |
| current size (in MADUs) of free memory in the heap More... | |
| size_t | largestFreeSize |
| current largest contiguous free block (in MADUs) More... | |
Memory heap statistics.
This structure defines generic statistics that must be supplied by each module that implements the ti/sysbios/runtime/IHeap.h interface.
| size_t Memory_Stats::totalSize |
total size (in MADUs) of heap.
| size_t Memory_Stats::totalFreeSize |
current size (in MADUs) of free memory in the heap
| size_t Memory_Stats::largestFreeSize |
current largest contiguous free block (in MADUs)