GME
13
|
#include <apr_allocator.h>
Public Attributes | |
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
Definition at line 54 of file apr_allocator.h.
char* apr_memnode_t::endp |
pointer to end of free memory
Definition at line 60 of file apr_allocator.h.
pointer to first free memory
Definition at line 59 of file apr_allocator.h.
apr_uint32_t apr_memnode_t::free_index |
how much free
Definition at line 58 of file apr_allocator.h.
apr_uint32_t apr_memnode_t::index |
size
Definition at line 57 of file apr_allocator.h.
next memnode
Definition at line 55 of file apr_allocator.h.
reference to self
Definition at line 56 of file apr_allocator.h.