GME
13
|
#include <apr_buckets.h>
Public Attributes | |
apr_bucket_refcount | refcount |
char * | base |
apr_size_t | alloc_len |
void(* | free_func )(void *data) |
A bucket referring to data allocated off the heap.
Definition at line 543 of file apr_buckets.h.
apr_size_t apr_bucket_heap::alloc_len |
how much memory was allocated
Definition at line 551 of file apr_buckets.h.
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.
Definition at line 549 of file apr_buckets.h.
void(* apr_bucket_heap::free_func)(void *data) |
function to use to delete the data
Definition at line 553 of file apr_buckets.h.
Number of buckets using this memory
Definition at line 545 of file apr_buckets.h.