Searched refs:heap (Results 1 – 3 of 3) sorted by relevance
186 HeapBase* HeapBase::FindParentHeap( const HeapBase* heap ) in FindParentHeap() argument188 u32 heapAddress = reinterpret_cast<u32>(heap); in FindParentHeap()
96 static HeapBase* FindParentHeap( const HeapBase* heap ); // TODO: static ???
838 PlayerHeap* heap = GetPlayerHeap(); in LoadData() local839 if ( heap == NULL ) { in LoadData()844 void* buffer = heap->Alloc( static_cast<u32>(fileSize) ); in LoadData()