Searched refs:pHeap (Results 1 – 3 of 3) sorted by relevance
46 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorAllocForExpHeap_()67 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorFreeForExpHeap_()91 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorAllocForFrmHeap_()144 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorAllocForUnitHeap_()170 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorFreeForUnitHeap_()194 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorAllocForOSHeap_()214 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorFreeForOSHeap_()298 pAllocator->pHeap = heap; in MEMInitAllocatorForExpHeap()330 pAllocator->pHeap = heap; in MEMInitAllocatorForFrmHeap()360 pAllocator->pHeap = heap; in MEMInitAllocatorForUnitHeap()[all …]
46 void* pHeap; member
146 MEMFreeToExpHeap(DemoAllocator2.pHeap, GameSaveDirList); in ReadDir()164 GameSaveDirList = MEMAllocFromExpHeapEx(DemoAllocator2.pHeap, size, 32); in ReadDir()