haiku/headers/private/kernel/slab
2007-04-26 11:38:24 +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 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
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 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
MergedStrategy.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
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 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
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