|
Atrinik Server 2.5
|
#include <mempool.h>
Data Fields | |
| const char * | chunk_description |
| uint32 | expand_size |
| uint32 | chunksize |
| uint32 | flags |
| chunk_initialisator | initialisator |
| chunk_deinitialisator | deinitialisator |
| chunk_constructor | constructor |
| chunk_destructor | destructor |
| struct mempool_chunk * | freelist [MEMPOOL_NROF_FREELISTS] |
| uint32 | nrof_free [MEMPOOL_NROF_FREELISTS] |
| uint32 | nrof_allocated [MEMPOOL_NROF_FREELISTS] |
| struct puddle_info * | first_puddle_info |
| const char* mempool::chunk_description |
| chunk_constructor mempool::constructor |
| chunk_deinitialisator mempool::deinitialisator |
| chunk_destructor mempool::destructor |
| struct mempool_chunk* mempool::freelist[MEMPOOL_NROF_FREELISTS] |
| chunk_initialisator mempool::initialisator |
| uint32 mempool::nrof_allocated[MEMPOOL_NROF_FREELISTS] |
| uint32 mempool::nrof_free[MEMPOOL_NROF_FREELISTS] |
1.7.4