pspsuspend.h File Reference

#include <psptypes.h>

Go to the source code of this file.

Functions

int sceKernelVolatileMemLock (int unk, void **ptr, int *size)
 Allocate the extra 4megs of RAM.
int sceKernelVolatileMemTryLock (int unk, void **ptr, int *size)
 Try and allocate the extra 4megs of RAM, will return an error if something has already allocated it.
int sceKernelVolatileMemUnlock (void)
 Deallocate the extra 4 megs of RAM.


Function Documentation

int sceKernelVolatileMemLock ( int  unk,
void **  ptr,
int *  size 
)

Allocate the extra 4megs of RAM.

Parameters:
unk - No idea as it is never used, set to anything
ptr - Pointer to a pointer to hold the address of the memory
size - Pointer to an int which will hold the size of the memory
Returns:
0 on success

int sceKernelVolatileMemTryLock ( int  unk,
void **  ptr,
int *  size 
)

Try and allocate the extra 4megs of RAM, will return an error if something has already allocated it.

Parameters:
unk - No idea as it is never used, set to anything
ptr - Pointer to a pointer to hold the address of the memory
size - Pointer to an int which will hold the size of the memory
Returns:
0 on success

int sceKernelVolatileMemUnlock ( void   ) 

Deallocate the extra 4 megs of RAM.

Returns:
0 on success


Generated on Tue Jul 24 15:21:25 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2