jabberd2
2.3.1
|
pool - base node for a pool. More...
#include <pool.h>
Data Fields | |
int | size |
struct pfree * | cleanup |
struct pfree * | cleanup_tail |
struct pheap * | heap |
pool - base node for a pool.
Maintains a linked list of pool entries (pfree)
int pool_struct::size |
Definition at line 82 of file pool.h.
Referenced by _pool_heap(), _pool_new(), pmalloc(), and pool_size().
struct pfree* pool_struct::cleanup |
Definition at line 83 of file pool.h.
Referenced by _pool_cleanup_append(), _pool_new(), pool_cleanup(), and pool_free().
struct pfree* pool_struct::cleanup_tail |
Definition at line 84 of file pool.h.
Referenced by _pool_cleanup_append().
struct pheap* pool_struct::heap |
Definition at line 85 of file pool.h.
Referenced by _pool_new(), _pool_new_heap(), and pmalloc().