|
Apache HTTPD
|
APR-UTIL Relocatable Memory Management Routines. More...
#include "apr.h"#include "apr_pools.h"#include "apr_errno.h"#include "apu.h"#include "apr_anylock.h"Go to the source code of this file.
Typedefs | |
| typedef struct apr_rmm_t | apr_rmm_t |
| typedef apr_size_t | apr_rmm_off_t |
Functions | |
| APU_DECLARE (apr_status_t) apr_rmm_init(apr_rmm_t **rmm | |
| APU_DECLARE (apr_rmm_off_t) apr_rmm_malloc(apr_rmm_t *rmm | |
| APU_DECLARE (void *) apr_rmm_addr_get(apr_rmm_t *rmm | |
Variables | |
| apr_anylock_t * | lock |
| apr_anylock_t void * | membuf |
| apr_anylock_t void apr_size_t | memsize |
| apr_anylock_t void apr_size_t apr_pool_t * | cont |
| apr_size_t | reqsize |
| void * | entity |
APR-UTIL Relocatable Memory Management Routines.
Definition in file apr_rmm.h.