Searched refs:pList (Results 1 – 1 of 1) sorted by relevance
70 MEMList* pList, in FindContainHeap_() argument75 while ( NULL != ( pHeapHd = (MEMiHeapHead*)MEMGetNextListObject(pList, pHeapHd) ) ) in FindContainHeap_()109 MEMList* pList = &pNodeHeap->childList; in FindParentHeap_() local112 while ( NULL != ( pHeapHd = (MEMiHeapHead*)MEMGetNextListObject(pList, pHeapHd) ) ) in FindParentHeap_()146 MEMList* pList = &sRootList; in FindListContainHeap_() local152 pList = &pContainHeap->childList; in FindListContainHeap_()155 return pList; in FindListContainHeap_()258 MEMList* pList; in MEMiFinalizeHeap() local263 pList = FindListContainHeap_( pHeapHd ); in MEMiFinalizeHeap()264 ASSERT( ListContainsHeap_( pList, pHeapHd ) ); // Check whether the heap is inside the tree in MEMiFinalizeHeap()[all …]