ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
iopheap.h File Reference
+ 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)
 

Detailed Description

IOP heap handling prototypes

Definition in file iopheap.h.

Function Documentation

◆ SifAllocIopHeap()

void* SifAllocIopHeap ( int  size)

◆ SifExitIopHeap()

void SifExitIopHeap ( void  )

◆ SifFreeIopHeap()

int SifFreeIopHeap ( void *  addr)

Referenced by audsrv_load_adpcm(), and sndLoadSample().

◆ SifInitIopHeap()

int SifInitIopHeap ( void  )

◆ SifLoadIopHeap()

int SifLoadIopHeap ( const char *  path,
void *  addr 
)