haiku/headers/private/kernel/slab
Hugo Santos 8a96ba39e3 some slab cleanups, split the C interface to another file.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20875 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-04-28 09:37:38 +00:00
..
Backend.h added initial slab code to the kernel. It is still unused, and there is still no VM interaction. 2007-04-26 03:41:24 +00:00
Base.h some slab cleanups, split the C interface to another file. 2007-04-28 09:37:38 +00:00
Depot.h added initial slab code to the kernel. It is still unused, and there is still no VM interaction. 2007-04-26 03:41:24 +00:00
HashStrategy.h removed some of the slab's initial heavy debugging. we now merge the links into the slab itself resulting in zero overhead per buffer with MergedLink strategy. 2007-04-26 15:40:53 +00:00
MergedStrategy.h removed some of the slab's initial heavy debugging. we now merge the links into the slab itself resulting in zero overhead per buffer with MergedLink strategy. 2007-04-26 15:40:53 +00:00
Slab.h more slab fixes, also introduced a new strategy optimized for medium sized buffers (64 >= x < 512) with lengths other than power of 2 (has an overhead of 2 words per buffer). 2007-04-26 11:38:24 +00:00
Strategy.h removed some of the slab's initial heavy debugging. we now merge the links into the slab itself resulting in zero overhead per buffer with MergedLink strategy. 2007-04-26 15:40:53 +00:00
Utilities.h more slab fixes, also introduced a new strategy optimized for medium sized buffers (64 >= x < 512) with lengths other than power of 2 (has an overhead of 2 words per buffer). 2007-04-26 11:38:24 +00:00