MPLAB® Harmony Graphics Suite
|
Allocates a block from a variable heap. This is the debug version of this function and requires additional parameters.
Use the LE_MALLOC macro to automatically differentiate between this function and its non-debug counterpart.
Parameters |
Description |
leVariableHeap* heap |
pointer to the heap object |
uint32_t size |
the size |
uint32_t lineNum |
the file line number where this allocation occured |
const char* funcName |
the function name where this allocation occured |
const char* fileName |
the file name where this allocation occured |
leResult
MPLAB® Harmony Graphics Suite
|