void * rsxMemalign(u32 alignment, u32 size)
Dynamic allocation of aligned RSX memory.
s32 rsxHeapInit()
Initialize the RSX heap.
void rsxFree(void *ptr)
Deallocation of a previously dynamically allocated RSX buffer.
void * rsxMalloc(u32 size)
Dynamic allocation of RSX memory.