#include <apr_buckets.h>
| Data Fields | |
| apr_bucket_refcount | refcount | 
| char * | base | 
| apr_size_t | alloc_len | 
| void(* | free_func )(void *data) | 
Number of buckets using this memory
| char* apr_bucket_heap::base | 
The start of the data actually allocated. This should never be modified, it is only used to free the bucket.
| apr_size_t apr_bucket_heap::alloc_len | 
how much memory was allocated
| void(* apr_bucket_heap::free_func)(void *data) | 
function to use to delete the data
 1.5.6
 1.5.6