]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add pool buckets to the bucket list. These buckets are not currently
authorRyan Bloom <rbb@apache.org>
Tue, 17 Oct 2000 21:53:41 +0000 (21:53 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 17 Oct 2000 21:53:41 +0000 (21:53 +0000)
commite50f54807be6955689994e7b78b210b621687f0f
tree6a8ea8176b8d0661d705d02752fd24f5c801773f
parentb8d35c9bbe18373bb562b225dc747d1e378969ae
Add pool buckets to the bucket list.  These buckets are not currently
used although I have begun to test them on my machine.  The idea behind
these buckets is that data allocated out of a pool and put into a bucket
has to survive the death of the pool until the bucket is destroyed.  To
accomplish this, we register a cleanup when we create the bucket.  If the
pool is cleared, the cleanup converts the bucket to a heap bucket and
everything is good.  If the pool isn't cleared, then we kill the cleanup
when the bucket is destroyed.

With this bucket type, all of the core buckets that were listed have been
implemented.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86633 13f79535-47bb-0310-9956-ffa450edef68
STATUS