Home
last modified time | relevance | path

Searched refs:pList (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/build/libraries/mem/src/
Dmem_heapCommon.c70 MEMList* pList, in FindContainHeap_() argument
75 while ( NULL != ( pHeapHd = (MEMiHeapHead*)MEMGetNextListObject(pList, pHeapHd) ) ) in FindContainHeap_()
109 MEMList* pList = &pNodeHeap->childList; in FindParentHeap_() local
112 while ( NULL != ( pHeapHd = (MEMiHeapHead*)MEMGetNextListObject(pList, pHeapHd) ) ) in FindParentHeap_()
146 MEMList* pList = &sRootList; in FindListContainHeap_() local
152 pList = &pContainHeap->childList; in FindListContainHeap_()
155 return pList; in FindListContainHeap_()
258 MEMList* pList; in MEMiFinalizeHeap() local
263 pList = FindListContainHeap_( pHeapHd ); in MEMiFinalizeHeap()
264 ASSERT( ListContainsHeap_( pList, pHeapHd ) ); // Check whether the heap is inside the tree in MEMiFinalizeHeap()
[all …]