SYS/BIOS  7.00
Data Fields
HeapMem_ExtendedStats Struct Reference

Stat structure for the HeapMem_getExtendedStats function. More...

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

Data Fields

void * buf
 Buffer being managed by this heap instance. More...
 
size_t size
 Size of buffer being managed by this heap instance. More...
 

Detailed Description

Stat structure for the HeapMem_getExtendedStats function.

Field Documentation

§ buf

void* HeapMem_ExtendedStats::buf

Buffer being managed by this heap instance.

This parameter is ignored in the static HeapMem.create() call. It is a required parameter in the dynamic HeapMem_create() call.

HeapMem requires that the buffer be aligned on a target-specific minimum alignment, and will adjust the buffer's start address and size as necessary to satisfy this requirement.

§ size

size_t HeapMem_ExtendedStats::size

Size of buffer being managed by this heap instance.

The usable size may be smaller depending on alignment requirements.


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