MPLAB® Harmony Graphics Suite
|
Allocates a block from a variable heap.
Use the LE_MALLOC macro to automatically differentiate between this function and its debug counterpart.
void* leVariableHeap_Alloc( leVariableHeap* heap, uint32_t size );
Parameters |
Description |
leVariableHeap* heap |
pointer to the heap object |
uint32_t size |
the size of block to allocate |
leResult
MPLAB® Harmony Graphics Suite
|