#include <apr_allocator.h>
| Data Fields | |
| apr_memnode_t * | next | 
| apr_memnode_t ** | ref | 
| apr_uint32_t | index | 
| apr_uint32_t | free_index | 
| char * | first_avail | 
| char * | endp | 
basic memory node structure
| char* apr_memnode_t::endp | 
pointer to end of free memory
pointer to first free memory
| apr_uint32_t apr_memnode_t::free_index | 
how much free
| apr_uint32_t apr_memnode_t::index | 
size
next memnode
reference to self
 1.6.1
 1.6.1