Searched refs:pHeap (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-3.3/build/libraries/mem/src/ |
| D | mem_allocator.c | 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 …]
|
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/ |
| D | rsodemo.cpp | 371 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem1Allocator.pHeap) ); in InitRSOModule() 372 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in InitRSOModule() 533 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem1Allocator.pHeap) ); in main() 534 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in main() 559 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem1Allocator.pHeap) ); in main() 560 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in main() 598 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem1Allocator.pHeap) ); in main() 599 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/hbm/src/ |
| D | homebutton.cpp | 627 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 628 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 733 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 734 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 786 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 787 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main()
|
| /RvlSDK-3.3/include/revolution/mem/ |
| D | allocator.h | 45 void* pHeap; member
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 736 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 737 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 849 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 850 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 905 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 906 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 754 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 755 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 884 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 885 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 941 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 942 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 899 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 900 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 1016 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 1017 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main() 1207 … OSReport("Mem1Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator1.pHeap) ); in main() 1208 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)DemoAllocator2.pHeap) ); in main()
|
| /RvlSDK-3.3/build/demos/nanddemo/src/ |
| D | gamesave.c | 146 MEMFreeToExpHeap(DemoAllocator2.pHeap, GameSaveDirList); in ReadDir() 164 GameSaveDirList = MEMAllocFromExpHeapEx(DemoAllocator2.pHeap, size, 32); in ReadDir()
|
| /RvlSDK-3.3/vcmv/src/ |
| D | vcmv_test.c | 1706 MEMGetAllocatableSizeForExpHeapEx((MEMHeapHandle)Allocator1.pHeap, 32), in RunManualViewer() 1707 MEMGetAllocatableSizeForExpHeapEx((MEMHeapHandle)Allocator2.pHeap, 32)); in RunManualViewer() 1719 MEMGetAllocatableSizeForExpHeapEx((MEMHeapHandle)Allocator1.pHeap, 32), in RunManualViewer() 1720 MEMGetAllocatableSizeForExpHeapEx((MEMHeapHandle)Allocator2.pHeap, 32)); in RunManualViewer()
|