REpsp2
PSP2 OS reverse engineering
Loading...
Searching...
No Matches
uid_heap.h File Reference

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 Documentation

◆ SceUIDHeapClass

typedef struct SceUIDHeapClass SceUIDHeapClass

Definition at line 12 of file uid_heap.h.