|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | node_header_t |
| struct | apr_bucket_alloc_t |
Typedefs | |
| typedef struct node_header_t | node_header_t |
Functions | |
| static apr_status_t | alloc_cleanup (void *data) |
| APU_DECLARE_NONSTD (apr_bucket_alloc_t *) | |
| APU_DECLARE_NONSTD (void) | |
| APU_DECLARE_NONSTD (apr_size_t) | |
| APU_DECLARE_NONSTD (void *) | |
| #define ALLOC_AMT (8192 - APR_MEMNODE_T_SIZE) |
Definition at line 23 of file apr_buckets_alloc.c.
| #define check_not_already_free | ( | node | ) |
Definition at line 227 of file apr_buckets_alloc.c.
| #define SIZEOF_NODE_HEADER_T APR_ALIGN_DEFAULT(sizeof(node_header_t)) |
Definition at line 32 of file apr_buckets_alloc.c.
| #define SMALL_NODE_SIZE (APR_BUCKET_ALLOC_SIZE + SIZEOF_NODE_HEADER_T) |
Definition at line 33 of file apr_buckets_alloc.c.
|
static |
Definition at line 45 of file apr_buckets_alloc.c.
| APU_DECLARE_NONSTD | ( | apr_size_t | ) |
Definition at line 134 of file apr_buckets_alloc.c.
| APU_DECLARE_NONSTD | ( | void * | ) |
Definition at line 165 of file apr_buckets_alloc.c.