|
Coconut Framework
beta
|
Resource pool to keep same size objects. More...
#include <CNResourcePool.h>
Public Attributes | |
| struct CNResourcePool * | nextPool |
| size_t | itemSize |
| struct CNResourceLinks * | listItemPool |
| struct CNResourceLink * | freeItems |
| struct CNResourceLink * | pageItems |
Resource pool to keep same size objects.
| struct CNResourcePool* CNResourcePool::nextPool |
Pointer for the next resource pool
| size_t CNResourcePool::itemSize |
Size of object
| struct CNResourceLinks* CNResourcePool::listItemPool |
Pool of list item (used in this pool)
| struct CNResourceLink* CNResourcePool::freeItems |
List of free objects
| struct CNResourceLink* CNResourcePool::pageItems |
List of object page to store free and used objects
1.8.5