Lines Matching refs:s_mem2Allocator
260 static MEMAllocator s_mem2Allocator; variable
298 sIconTpl = ( TPLPalettePtr )ReadDvdFile( nameBuf, &s_mem2Allocator ); in CreateBanIcon()
372 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in InitRSOModule()
434 MEMInitAllocatorForExpHeap(&s_mem2Allocator, sMemHandle2, 32); in init_memory2()
534 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in main()
560 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in main()
582 setAllocator( &s_mem2Allocator ); in main()
599 … OSReport("Mem2Free = %d\n", MEMGetTotalFreeSizeForExpHeap((MEMHeapHandle)s_mem2Allocator.pHeap) ); in main()
773 ptr = MEMAllocFromAllocator(&s_mem2Allocator, size); in allocMem2()
789 MEMFreeToAllocator(&s_mem2Allocator, ptr); in freeMem2()
844 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem2Allocator); in RsoLoad()