mirror of
				https://github.com/wiiu-env/MemoryMappingModule.git
				synced 2025-10-30 13:16:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			172 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			172 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| #include <stdint.h>
 | |
| 
 | |
| extern void *(*gMEMAllocFromDefaultHeapExForThreads)(uint32_t size, int align);
 | |
| extern void (*gMEMFreeToDefaultHeapForThreads)(void *ptr); | 
