|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for thfpool.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _iop_fpl_param |
| struct | _iop_fpl_info |
Typedefs | |
| typedef struct _iop_fpl_param | iop_fpl_param |
| typedef struct _iop_fpl_info | iop_fpl_info_t |
Functions | |
| int | CreateFpl (iop_fpl_param *param) |
| int | DeleteFpl (int fplId) |
| void * | AllocateFpl (int fplId) |
| void * | pAllocateFpl (int fplId) |
| void * | ipAllocateFpl (int fplId) |
| int | FreeFpl (int fplId, void *memory) |
| int | ReferFplStatus (int fplId, iop_fpl_info_t *info) |
| int | iReferFplStatus (int fplId, iop_fpl_info_t *info) |
Fixed-length memory pool management
Definition in file thfpool.h.
| struct _iop_fpl_param |