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

◆ f

pool_cleanup_t pfree::f

Definition at line 70 of file pool.h.

Referenced by _pool_free(), pool_cleanup(), and pool_free().

◆ arg

void* pfree::arg

Definition at line 71 of file pool.h.

Referenced by _pool_free(), pool_cleanup(), and pool_free().

◆ heap

struct pheap* pfree::heap

Definition at line 72 of file pool.h.

Referenced by _pool_heap().

◆ next

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: