jabberd2  2.2.16
Data Fields
pfree Struct Reference

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 pheapheap
struct pfreenext

Detailed Description

pfree - a linked list node which stores an allocation chunk, plus a callback


Field Documentation

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_free(), and pool_cleanup().


The documentation for this struct was generated from the following file: