|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for thvpool.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _iop_vpl_param |
| struct | _iop_vpl_info |
Typedefs | |
| typedef struct _iop_vpl_param | iop_vpl_param |
| typedef struct _iop_vpl_info | iop_vpl_info_t |
Functions | |
| int | CreateVpl (iop_vpl_param *param) |
| int | DeleteVpl (int vplId) |
| void * | AllocateVpl (int vplId, int size) |
| void * | pAllocateVpl (int vplId, int size) |
| void * | ipAllocateVpl (int vplId, int size) |
| int | FreeVpl (int vplId, void *memory) |
| int | ReferVplStatus (int vplId, iop_vpl_info_t *info) |
| int | iReferVplStatus (int vplId, iop_vpl_info_t *info) |
Variable-length memory pool management
Definition in file thvpool.h.
| struct _iop_vpl_param |