|
GME
13
|
#include <apr_mmap.h>
Public Member Functions | |
| APR_RING_ENTRY (apr_mmap_t) link | |
Public Attributes | |
| apr_pool_t * | cntxt |
| void * | mm |
| apr_size_t | size |
Definition at line 62 of file apr_mmap.h.
ring of apr_mmap_t's that reference the same mmap'ed region; acts in place of a reference count
The pool the mmap structure was allocated out of.
Definition at line 64 of file apr_mmap.h.
| void* apr_mmap_t::mm |
The start of the memory mapped area
Definition at line 80 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.
1.7.6.1