/[Apache-SVN]
ViewVC logotype

Revision 58588


Jump to revision: Previous Next
Author: jwoolley
Date: Mon Apr 1 05:41:39 2002 UTC (22 years, 2 months ago)
Changed paths: 2
Log Message:
Implement the bucket allocator.  This implementation uses a three-stage
allocation scheme: (1) allocate from the freelist, (2) if that fails, carve
a chunk off of an 8KB block, or (3) just pass the thing directly to
apr_allocator_alloc().  In early testing, this implementation has been
shown to perform better than the existing alternatives.

Reviewed by:  Brian Pane


Changed paths

Path Details
Directoryapr/apr-util/trunk/buckets/apr_buckets_alloc.c modified , text changed
Directoryapr/apr-util/trunk/include/apr_buckets.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26