apr_mmap_t Struct Reference
[MMAP (Memory Map) Routines]

#include <apr_mmap.h>


Public Member Functions

 APR_RING_ENTRY (apr_mmap_t) link

Data Fields

apr_pool_tcntxt
void * mm
apr_size_t size
int unused


Detailed Description

The MMAP structure


Member Function Documentation

apr_mmap_t::APR_RING_ENTRY ( apr_mmap_t   ) 

ring of apr_mmap_t's that reference the same mmap'ed region; acts in place of a reference count


Field Documentation

apr_pool_t* apr_mmap_t::cntxt

The pool the mmap structure was allocated out of.

void* apr_mmap_t::mm

The start of the memory mapped area

apr_size_t apr_mmap_t::size

The amount of data in the mmap

int apr_mmap_t::unused

Deprecated:
this field is no longer used and will be removed in APR 1.0


The documentation for this struct was generated from the following file:
Generated on Mon Nov 26 11:47:27 2007 for Apache Portable Runtime by  doxygen 1.5.2