SYS/BIOS  7.00
Data Fields
HeapMin_Struct Struct Reference

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

Collaboration diagram for HeapMin_Struct:
Collaboration graph
[legend]

Data Fields

IHeap_Object iheap
 
Queue_Elem objElem
 
size_t remainSize
 
size_t startSize
 
char * buf
 Buffer that will be managed by the heap instance. More...
 

Field Documentation

§ iheap

IHeap_Object HeapMin_Struct::iheap

§ objElem

Queue_Elem HeapMin_Struct::objElem

§ remainSize

size_t HeapMin_Struct::remainSize

§ startSize

size_t HeapMin_Struct::startSize

§ buf

char* HeapMin_Struct::buf

Buffer that will be managed by the heap instance.

When creating a heap at runtime, the user must supply the memory that the heap will manage. It is up to the caller to align the buffer as needed.

This parameter is ignored when creating heaps during configuration.


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