GME  13
Public Attributes
apr_bucket_heap Struct Reference

#include <apr_buckets.h>

Collaboration diagram for apr_bucket_heap:
Collaboration graph
[legend]

List of all members.

Public Attributes

apr_bucket_refcount refcount
char * base
apr_size_t alloc_len
void(* free_func )(void *data)

Detailed Description

A bucket referring to data allocated off the heap.

Definition at line 543 of file apr_buckets.h.


Member Data Documentation

how much memory was allocated

Definition at line 551 of file apr_buckets.h.

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.

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.


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