MPLAB® Harmony Graphics Suite
|
Queries a variable heap to determine the size of a given allocation pointer.
uint32_t leVariableHeap_SizeOf( leVariableHeap* heap, void* ptr );
Parameters |
Description |
leVariableHeap* heap |
pointer to the heap object |
void* ptr |
the pointer to look for |
uint32_t - the size of the pointer or zero if it wasn't found
MPLAB® Harmony Graphics Suite
|