|
Apache HTTPD
|
#include <apr_mmap.h>
Public Attributes | ||
| apr_pool_t * | cntxt | |
| void * | mm | |
| apr_size_t | size | |
| struct { | ||
| struct apr_mmap_t *volatile next | ||
| struct apr_mmap_t *volatile prev | ||
| } | link | |
Definition at line 62 of file apr_mmap.h.
| apr_pool_t* apr_mmap_t::cntxt |
The pool the mmap structure was allocated out of.
Definition at line 64 of file apr_mmap.h.
| struct { ... } apr_mmap_t::link |
ring of apr_mmap_t's that reference the same mmap'ed region; acts in place of a reference count
| void* apr_mmap_t::mm |
The start of the memory mapped area
Definition at line 80 of file apr_mmap.h.
| struct apr_mmap_t* volatile apr_mmap_t::next |
Definition at line 85 of file apr_mmap.h.
| struct apr_mmap_t* volatile apr_mmap_t::prev |
Definition at line 85 of file apr_mmap.h.
| apr_size_t apr_mmap_t::size |
The amount of data in the mmap
Definition at line 82 of file apr_mmap.h.