Apache HTTPD
Public Attributes | List of all members
apr_bucket_heap Struct Reference

#include <apr_buckets.h>

Public Attributes

apr_bucket_refcount refcount
 
charbase
 
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

◆ alloc_len

apr_size_t apr_bucket_heap::alloc_len

how much memory was allocated

Definition at line 551 of file apr_buckets.h.

◆ base

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.

◆ free_func

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

function to use to delete the data

Definition at line 553 of file apr_buckets.h.

◆ refcount

apr_bucket_refcount apr_bucket_heap::refcount

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: