#include <apr_mmap.h>
Public Member Functions | |
| APR_RING_ENTRY (apr_mmap_t) link | |
Data Fields | |
| apr_pool_t * | cntxt |
| void * | mm |
| apr_size_t | size |
| int | unused |
|
|
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. |
|
|
The start of the memory mapped area |
|
|
The amount of data in the mmap |
|
|
|
1.3.9.1