MPLAB® Harmony Graphics Suite
|
Allocates a block from a fixed heap.
Use the LE_MALLOC macro to automatically differentiate between this function and its debug counterpart.
void* leFixedHeap_Alloc( leFixedHeap* heap );
Parameters |
Description |
leFixedHeap* heap |
pointer to the heap object |
leResult
MPLAB® Harmony Graphics Suite
|