Apache HTTPD
Public Attributes | List of all members
apr_bucket_alloc_t Struct Reference

Public Attributes

apr_pool_tpool
 
apr_allocator_tallocator
 
node_header_tfreelist
 
apr_memnode_tblocks
 

Detailed Description

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.

Member Data Documentation

◆ allocator

apr_allocator_t* apr_bucket_alloc_t::allocator

Definition at line 40 of file apr_buckets_alloc.c.

◆ blocks

apr_memnode_t* apr_bucket_alloc_t::blocks

Definition at line 42 of file apr_buckets_alloc.c.

◆ freelist

node_header_t* apr_bucket_alloc_t::freelist

Definition at line 41 of file apr_buckets_alloc.c.

◆ pool

apr_pool_t* apr_bucket_alloc_t::pool

Definition at line 39 of file apr_buckets_alloc.c.


The documentation for this struct was generated from the following file: