|
REpsp2
PSP2 OS reverse engineering
|
Go to the source code of this file.
Data Structures | |
| struct | SceUIDHeap |
| struct | SceUIDHeapClass |
| struct | SceKernelHeapHook |
Typedefs | |
| typedef struct SceUIDHeapClass | SceUIDHeapClass |
Functions | |
| SceInt32 | UIDHeapCallAlloc (SceUIDHeap *pHeap, SceUInt32 size, ScePVoid *ppObject) |
| Allocate object from heap. | |
| SceInt32 | UIDHeapCallFree (SceUIDHeap *pHeap, ScePVoid pObject) |
| Free object from heap. | |
| typedef struct SceUIDHeapClass SceUIDHeapClass |
Definition at line 12 of file uid_heap.h.