|
Apache HTTPD
|
Public Attributes | |
| apr_pool_t * | pool |
| apr_allocator_t * | allocator |
| node_header_t * | freelist |
| apr_memnode_t * | blocks |
A list of free memory from which new buckets or private bucket structures can be allocated.
Definition at line 38 of file apr_buckets_alloc.c.
| apr_allocator_t* apr_bucket_alloc_t::allocator |
Definition at line 40 of file apr_buckets_alloc.c.
| apr_memnode_t* apr_bucket_alloc_t::blocks |
Definition at line 42 of file apr_buckets_alloc.c.
| node_header_t* apr_bucket_alloc_t::freelist |
Definition at line 41 of file apr_buckets_alloc.c.
| apr_pool_t* apr_bucket_alloc_t::pool |
Definition at line 39 of file apr_buckets_alloc.c.