Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/ut/
Dut_HeapBase.cpp65 HeapBase::HeapList sRootList; variable
113 HeapBase::HeapList* pList = &sRootList; in FindListContainHeap()
114 HeapBase* pContainHeapBase = HeapBase::FindContainHeap( &sRootList, pHeapBase ); in FindListContainHeap()
172 return FindContainHeap( &sRootList, memBlock ); in FindContainHeap()
190 for ( HeapList::iterator itr = sRootList.begin(); itr != sRootList.end(); ) in FindParentHeap()