haiku/headers/private/kernel/slab
2007-04-26 15:40:53 +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 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
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