PS2SDK
PS2 Homebrew Libraries
|
Data Fields | |
struct heaptag | tag |
struct list_head | fpl_list |
struct event | event |
void * | memory |
struct fpl_block * | free |
u32 | free_blocks |
u32 | block_size |
u32 | blocks |
u32 | mem_size |
Definition at line 109 of file thcommon.h.
struct heaptag fpool::tag |
Definition at line 111 of file thcommon.h.
struct list_head fpool::fpl_list |
Definition at line 112 of file thcommon.h.
struct event fpool::event |
Definition at line 113 of file thcommon.h.
void* fpool::memory |
Definition at line 114 of file thcommon.h.
struct fpl_block* fpool::free |
Definition at line 115 of file thcommon.h.
u32 fpool::free_blocks |
Definition at line 116 of file thcommon.h.
u32 fpool::block_size |
Definition at line 117 of file thcommon.h.
u32 fpool::blocks |
Definition at line 118 of file thcommon.h.
u32 fpool::mem_size |
Definition at line 119 of file thcommon.h.