#include <mempool.h>
Data Fields | |
| struct puddle_info * | next |
| struct mempool_chunk * | first_chunk |
| struct mempool_chunk * | first_free |
| struct mempool_chunk * | last_free |
| uint32 | nrof_free |
Mempool information structure
Definition at line 135 of file mempool.h.
| struct mempool_chunk* puddle_info::first_free |
| struct mempool_chunk* puddle_info::last_free |
| struct puddle_info* puddle_info::next |
1.6.2