SYS/BIOS  7.00
Data Fields
Memory_Stats Struct Reference

Memory heap statistics. More...

#include </home/developer/.conan/data/tirtos/7.03.00.10/library-sb/ga/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/kernel/tirtos7/packages/ti/sysbios/runtime/Memory.h>

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...
 

Detailed Description

Memory heap statistics.

This structure defines generic statistics that must be supplied by each module that implements the ti/sysbios/runtime/IHeap.h interface.

Field Documentation

§ totalSize

size_t Memory_Stats::totalSize

total size (in MADUs) of heap.

§ totalFreeSize

size_t Memory_Stats::totalFreeSize

current size (in MADUs) of free memory in the heap

§ largestFreeSize

size_t Memory_Stats::largestFreeSize

current largest contiguous free block (in MADUs)


The documentation for this struct was generated from the following file:
© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale