SYS/BIOS  7.00
Data Fields
HeapBuf_ExtendedStats Struct Reference

Stat structure for the HeapBuf_getExtendedStats function. More...

#include <ti/sysbios/heaps/HeapBuf.h>

Data Fields

unsigned int maxAllocatedBlocks
 The maximum number of blocks allocated from this heap at any single point in time, during the lifetime of this HeapBuf instance. The configuration parameter HeapBuf.trackMaxAllocs must be set to true for this field to have any meaning. Otherwise, this field will be set to '0'. More...
 
unsigned int numAllocatedBlocks
 The total number of blocks currently allocated in this HeapBuf instance. More...
 

Detailed Description

Stat structure for the HeapBuf_getExtendedStats function.

Field Documentation

§ maxAllocatedBlocks

unsigned int HeapBuf_ExtendedStats::maxAllocatedBlocks

The maximum number of blocks allocated from this heap at any single point in time, during the lifetime of this HeapBuf instance. The configuration parameter HeapBuf.trackMaxAllocs must be set to true for this field to have any meaning. Otherwise, this field will be set to '0'.

§ numAllocatedBlocks

unsigned int HeapBuf_ExtendedStats::numAllocatedBlocks

The total number of blocks currently allocated in this HeapBuf instance.


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