Searched refs:s_mem2Allocator (Results 1 – 1 of 1) sorted by relevance
260 static MEMAllocator s_mem2Allocator; variable298 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()[all …]