Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_allocator.c46 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 …]
/RvlSDK-3.2.2/include/revolution/mem/
Dallocator.h46 void* pHeap; member
/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dgamesave.c146 MEMFreeToExpHeap(DemoAllocator2.pHeap, GameSaveDirList); in ReadDir()
164 GameSaveDirList = MEMAllocFromExpHeapEx(DemoAllocator2.pHeap, size, 32); in ReadDir()