jabberd2  2.6.1
Data Fields
pool_struct Struct Reference

pool - base node for a pool. More...

#include <pool.h>

Data Fields

int size
 
struct pfreecleanup
 
struct pfreecleanup_tail
 
struct pheapheap
 

Detailed Description

pool - base node for a pool.

Maintains a linked list of pool entries (pfree)

Definition at line 80 of file pool.h.

Field Documentation

◆ size

int pool_struct::size

Definition at line 82 of file pool.h.

Referenced by _pool_heap(), _pool_new(), pmalloc(), pool_cleanup(), and pool_size().

◆ cleanup

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

◆ cleanup_tail

struct pfree* pool_struct::cleanup_tail

Definition at line 84 of file pool.h.

Referenced by _pool_cleanup_append().

◆ heap

struct pheap* pool_struct::heap

Definition at line 85 of file pool.h.

Referenced by _pool_new(), _pool_new_heap(), and pmalloc().


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