jabberd2  2.3.4
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

Definition at line 68 of file pool.h.

Field Documentation

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().


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