slab_allocator icon indicating copy to clipboard operation
slab_allocator copied to clipboard

Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.

Slab Allocator

This is an implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.