ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <kernel.h>
Go to the source code of this file.
Functions | |
void * | ps2_sbrk (size_t increment) |
Variables | |
void * | _end |
EE kernel sbrk function Primary function to malloc - reserved
Definition in file sbrk.c.
void* ps2_sbrk | ( | size_t | increment | ) |
Definition at line 22 of file sbrk.c.
References _end, and EndOfHeap().
Referenced by _sbrk().
|
extern |
Referenced by ps2_sbrk().