jabberd2
2.3.2
|
pfree - a linked list node which stores an allocation chunk, plus a callback More...
#include <pool.h>
Data Fields | |
pool_cleanup_t | f |
void * | arg |
struct pheap * | heap |
struct pfree * | next |
pfree - a linked list node which stores an allocation chunk, plus a callback
pool_cleanup_t pfree::f |
Definition at line 70 of file pool.h.
Referenced by _pool_free(), and pool_free().
void* pfree::arg |
Definition at line 71 of file pool.h.
Referenced by _pool_free(), and pool_free().
struct pheap* pfree::heap |
Definition at line 72 of file pool.h.
Referenced by _pool_heap().
struct pfree* pfree::next |
Definition at line 73 of file pool.h.
Referenced by _pool_cleanup_append(), _pool_free(), pool_cleanup(), and pool_free().