#ifndef MALLOC_H #define MALLOC_H #include "ultra64.h" // void malloc(); // void malloc_r(); // void realloc(); // void free(); // void calloc(); // void DisplayArena(); // void GetFreeArena(); // void MallocInit(); // void MallocCleanup(); // void MallocIsInitialized(); #endif