#include "apr.h"
#include "apr_private.h"
#include "apr_atomic.h"
#include "apr_portable.h"
#include "apr_strings.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_allocator.h"
#include "apr_lib.h"
#include "apr_thread_mutex.h"
#include "apr_hash.h"
#include "apr_time.h"
#include "apr_support.h"
#include "apr_want.h"
#include "apr_env.h"
Go to the source code of this file.
◆ APR_IF_VALGRIND
◆ APR_POOL_DEBUG_GENERAL
| #define APR_POOL_DEBUG_GENERAL 0x01 |
◆ APR_POOL_DEBUG_LIFETIME
| #define APR_POOL_DEBUG_LIFETIME 0x04 |
◆ APR_POOL_DEBUG_OWNER
| #define APR_POOL_DEBUG_OWNER 0x08 |
◆ APR_POOL_DEBUG_VERBOSE
| #define APR_POOL_DEBUG_VERBOSE 0x02 |
◆ APR_POOL_DEBUG_VERBOSE_ALL
| #define APR_POOL_DEBUG_VERBOSE_ALL |
Value:
#define APR_POOL_DEBUG_VERBOSE
#define APR_POOL_DEBUG_VERBOSE_ALLOC
Definition at line 521 of file apr_pools.c.
◆ APR_POOL_DEBUG_VERBOSE_ALLOC
| #define APR_POOL_DEBUG_VERBOSE_ALLOC 0x10 |
◆ APR_PSPRINTF_MIN_STRINGSIZE
| #define APR_PSPRINTF_MIN_STRINGSIZE 32 |
◆ APR_VALGRIND_NOACCESS
◆ APR_VALGRIND_UNDEFINED
◆ APR_WANT_MEMFUNC
◆ BOUNDARY_INDEX
◆ BOUNDARY_SIZE
◆ GUARDPAGE_SIZE
◆ list_insert
Value: do { \
node->ref =
point->ref; \
*node->ref = node; \
point->ref = &node->next; \
} while (0)
Definition at line 728 of file apr_pools.c.
◆ list_remove
Value: do { \
*node->ref = node->next; \
node->next->ref = node->ref; \
} while (0)
Definition at line 736 of file apr_pools.c.
◆ MAX_INDEX
◆ MIN_ALLOC
◆ node_free_space
◆ SIZEOF_ALLOCATOR_T
◆ SIZEOF_POOL_T
◆ TIMEOUT_INTERVAL
| #define TIMEOUT_INTERVAL 46875 |
◆ TIMEOUT_USECS
◆ cleanup_t
◆ allocator_align()
◆ allocator_alloc()
◆ allocator_free()
◆ allocator_lock()
◆ allocator_unlock()
◆ APR_DECLARE() [1/2]
◆ APR_DECLARE() [2/2]
◆ APR_DECLARE_NONSTD()
| APR_DECLARE_NONSTD |
( |
char * |
| ) |
|
◆ cleanup_pool_for_exec()
◆ free_proc_chain()
◆ pool_concurrency_init()
◆ pool_concurrency_set_destroyed()
◆ pool_concurrency_set_idle()
◆ pool_concurrency_set_used()
◆ psprintf_flush()
◆ run_child_cleanups()
◆ run_cleanups()
◆ apr_pools_initialized
◆ global_allocator
◆ global_pool