firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
xHeapStats Struct Reference

#include <portable.h>

Data Fields

size_t xAvailableHeapSpaceInBytes
size_t xSizeOfLargestFreeBlockInBytes
size_t xSizeOfSmallestFreeBlockInBytes
size_t xNumberOfFreeBlocks
size_t xMinimumEverFreeBytesRemaining
size_t xNumberOfSuccessfulAllocations
size_t xNumberOfSuccessfulFrees

Field Documentation

◆ xAvailableHeapSpaceInBytes

size_t xHeapStats::xAvailableHeapSpaceInBytes

◆ xMinimumEverFreeBytesRemaining

size_t xHeapStats::xMinimumEverFreeBytesRemaining

◆ xNumberOfFreeBlocks

size_t xHeapStats::xNumberOfFreeBlocks

◆ xNumberOfSuccessfulAllocations

size_t xHeapStats::xNumberOfSuccessfulAllocations

◆ xNumberOfSuccessfulFrees

size_t xHeapStats::xNumberOfSuccessfulFrees

◆ xSizeOfLargestFreeBlockInBytes

size_t xHeapStats::xSizeOfLargestFreeBlockInBytes

◆ xSizeOfSmallestFreeBlockInBytes

size_t xHeapStats::xSizeOfSmallestFreeBlockInBytes

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