Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 213 Bytes

File metadata and controls

3 lines (2 loc) · 213 Bytes

This source code is an implementation of Jeff Bonwick's Slab Allocator. It provides the implementation of the API that the Slab Allocator offers and also contains tests for the allocator.

Author: Milos Acimovic.