Public Member Functions | |
IA_CONSTRUCTOR void | IAMemoryPool_init (IAMemoryPool *this) |
void | IAMemoryPool_add (IAMemoryPool *this, void *object) |
void | IAMemoryPool_run (IAMemoryPool *this) |
IA_DESTRUCTOR void | IAMemoryPool_deinit (IAMemoryPool *this) |
Data Fields | |
IAObject | base |
IAStructArrayList_IAMemoryPoolElement * | elements |
IA_CONSTRUCTOR void IAMemoryPool_init | ( | IAMemoryPool * | this | ) |
void IAMemoryPool_add | ( | IAMemoryPool * | this, |
void * | object | ||
) |
void IAMemoryPool_run | ( | IAMemoryPool * | this | ) |
IA_DESTRUCTOR void IAMemoryPool_deinit | ( | IAMemoryPool * | this | ) |
IAObject IAMemoryPool::base |
IAStructArrayList_IAMemoryPoolElement* IAMemoryPool::elements |