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
parent
364ab0c8
Please register or sign in to comment