Mario Kart 64
Loading...
Searching...
No Matches
memory_pool.c File Reference
#include <ultra64.h>
#include <macros.h>
#include <segments.h>
Include dependency graph for memory_pool.c:

Macros

#define MEMORY_POOL_SIZE   0xAB630
 

Variables

u8 sMemoryPool [MEMORY_POOL_SIZE]
 

Macro Definition Documentation

◆ MEMORY_POOL_SIZE

#define MEMORY_POOL_SIZE   0xAB630

Variable Documentation

◆ sMemoryPool

u8 sMemoryPool[MEMORY_POOL_SIZE]

Memory pool variable prevents code segments flowing into the memory pool for easier portability.

Warning
should not really be used.