Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/ut/
Dut_HeapBase.cpp67 HeapBase::HeapList sRootList; variable
115 HeapBase::HeapList* pList = &sRootList; in FindListContainHeap()
116 HeapBase* pContainHeapBase = HeapBase::FindContainHeap( &sRootList, pHeapBase ); in FindListContainHeap()
174 return FindContainHeap( &sRootList, memBlock ); in FindContainHeap()
192 for ( HeapList::iterator itr = sRootList.begin(); itr != sRootList.end(); ) in FindParentHeap()