PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
fpool Struct Reference
+ Collaboration diagram for fpool:

Data Fields

struct heaptag tag
 
struct list_head fpl_list
 
struct event event
 
void * memory
 
struct fpl_blockfree
 
u32 free_blocks
 
u32 block_size
 
u32 blocks
 
u32 mem_size
 

Detailed Description

Definition at line 109 of file thcommon.h.

Field Documentation

◆ tag

struct heaptag fpool::tag

Definition at line 111 of file thcommon.h.

◆ fpl_list

struct list_head fpool::fpl_list

Definition at line 112 of file thcommon.h.

◆ event

struct event fpool::event

Definition at line 113 of file thcommon.h.

◆ memory

void* fpool::memory

Definition at line 114 of file thcommon.h.

◆ free

struct fpl_block* fpool::free

Definition at line 115 of file thcommon.h.

◆ free_blocks

u32 fpool::free_blocks

Definition at line 116 of file thcommon.h.

◆ block_size

u32 fpool::block_size

Definition at line 117 of file thcommon.h.

◆ blocks

u32 fpool::blocks

Definition at line 118 of file thcommon.h.

◆ mem_size

u32 fpool::mem_size

Definition at line 119 of file thcommon.h.


The documentation for this struct was generated from the following file: