The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

APR::BucketAlloc - Perl API for Bucket Allocation

Synopsis

Description

APR::BucketAlloc is used for bucket allocation.

At the moment APR::BucketAlloc is a virtual class, which doesn't exists as a module/package - so you don't need to load it, nor does it contain any callable methods or functions.

Objects blessed into APR::BucketAlloc class, are returned by $c->bucket_alloc, APR::Bucket::alloc_create and $bb->bucket_alloc, and used by APR::Brigade->new and APR::Bucket->new.

APR::Bucket::alloc_create can be used outside the httpd.

See Also

mod_perl 2.0 documentation.

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.

Authors

The mod_perl development team and numerous contributors.