構造体 apr_bucket_heap
[Bucket Brigades]

#include <apr_buckets.h>


変数

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.


構造体

apr_size_t apr_bucket_heap::alloc_len

how much memory was allocated

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.

void(* apr_bucket_heap::free_func)(void *data)

function to use to delete the data

apr_bucket_refcount apr_bucket_heap::refcount

Number of buckets using this memory


この構造体の説明は次のファイルから生成されました:
Apacheに対してSun Jul 19 22:05:32 2009に生成されました。  doxygen 1.4.7