MPLAB® Harmony Graphics Suite
|
Queries a heap to see if it contains a block pointer.
leBool leVariableHeap_Contains( leVariableHeap* heap, void* ptr );
Parameters |
Description |
leFixedHeap* heap |
pointer to the heap object |
void* ptr |
the pointer to look for |
leResult
MPLAB® Harmony Graphics Suite
|