|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Memory management routines. More...
Go to the source code of this file.
Functions | |
| int | mm_init (void) |
| Initialize the memory management system. | |
| void * | mm_sbrk (size_t increment) |
| Request more core memory from the system. | |
Memory management routines.
| int mm_init | ( | void | ) |
Initialize the memory management system.
| 0 | On success (no error conditions defined). |
| void * mm_sbrk | ( | size_t | increment | ) |
Request more core memory from the system.
| increment | The number of bytes requested. |