MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > f) Memory Functions > leFixedHeap_Contains Function
MPLAB® Harmony Graphics Suite
leFixedHeap_Contains Function

Queries a heap to see if it contains a block pointer.

C
leBool leFixedHeap_Contains(
    leFixedHeap* heap, 
    void* ptr
);
Parameters
Parameters 
Description 
leFixedHeap* heap 
pointer to the heap object 
void* ptr 
the pointer to look for 
Returns

leResult

MPLAB® Harmony Graphics Suite