jabberd2  2.3.2
Data Fields
pheap Struct Reference

pheap - singular allocation of memory More...

#include <pool.h>

Data Fields

void * block
 
int size
 
int used
 

Detailed Description

pheap - singular allocation of memory

Definition at line 58 of file pool.h.

Field Documentation

void* pheap::block

Definition at line 60 of file pool.h.

Referenced by _pool_heap(), _pool_heap_free(), and pmalloc().

int pheap::size

Definition at line 61 of file pool.h.

Referenced by _pool_heap(), and pmalloc().

int pheap::used

Definition at line 61 of file pool.h.

Referenced by _pool_heap(), and pmalloc().


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