jabberd2
2.2.17
|
pheap - singular allocation of memory More...
#include <pool.h>
Data Fields | |
void * | block |
int | size |
int | used |
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().