|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | SifInitIopHeap (void) |
| void | SifExitIopHeap (void) |
| void * | SifAllocIopHeap (int size) |
| int | SifFreeIopHeap (void *addr) |
| int | SifLoadIopHeap (const char *path, void *addr) |
IOP heap handling prototypes
Definition in file iopheap.h.
| void* SifAllocIopHeap | ( | int | size | ) |
Referenced by audsrv_load_adpcm(), sbv_patch_enable_lmb(), sbv_patch_fileio(), and sndLoadSample().
| void SifExitIopHeap | ( | void | ) |
| int SifFreeIopHeap | ( | void * | addr | ) |
Referenced by audsrv_load_adpcm(), and sndLoadSample().
| int SifInitIopHeap | ( | void | ) |
Referenced by audsrv_init(), main(), sbv_patch_enable_lmb(), and sbv_patch_fileio().
| int SifLoadIopHeap | ( | const char * | path, |
| void * | addr | ||
| ) |