Struct xHeapStats
Public Attributes
| Type | Name |
|---|---|
| size_t | xAvailableHeapSpaceInBytes |
| size_t | xMinimumEverFreeBytesRemaining |
| size_t | xNumberOfFreeBlocks |
| size_t | xNumberOfSuccessfulAllocations |
| size_t | xNumberOfSuccessfulFrees |
| size_t | xSizeOfLargestFreeBlockInBytes |
| size_t | xSizeOfSmallestFreeBlockInBytes |
Public Attributes Documentation
variable xAvailableHeapSpaceInBytes
size_t xHeapStats::xAvailableHeapSpaceInBytes;
variable xMinimumEverFreeBytesRemaining
size_t xHeapStats::xMinimumEverFreeBytesRemaining;
variable xNumberOfFreeBlocks
size_t xHeapStats::xNumberOfFreeBlocks;
variable xNumberOfSuccessfulAllocations
size_t xHeapStats::xNumberOfSuccessfulAllocations;
variable xNumberOfSuccessfulFrees
size_t xHeapStats::xNumberOfSuccessfulFrees;
variable xSizeOfLargestFreeBlockInBytes
size_t xHeapStats::xSizeOfLargestFreeBlockInBytes;
variable xSizeOfSmallestFreeBlockInBytes
size_t xHeapStats::xSizeOfSmallestFreeBlockInBytes;
The documentation for this class was generated from the following file fw/rbcx-coprocessor/lib/FreeRTOS/include/portable.h