|
GME
13
|
#include <apr_arch_shm.h>
Public Attributes | |
| apr_pool_t * | pool |
| void * | base |
| void * | usable |
| apr_size_t | reqsize |
| apr_size_t | realsize |
| const char * | filename |
Definition at line 61 of file apr_arch_shm.h.
| void* apr_shm_t::base |
Definition at line 63 of file apr_arch_shm.h.
| const char* apr_shm_t::filename |
Definition at line 67 of file apr_arch_shm.h.
Definition at line 62 of file apr_arch_shm.h.
| apr_size_t apr_shm_t::realsize |
Definition at line 66 of file apr_arch_shm.h.
| apr_size_t apr_shm_t::reqsize |
Definition at line 65 of file apr_arch_shm.h.
| void* apr_shm_t::usable |
Definition at line 64 of file apr_arch_shm.h.
1.7.6.1