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