You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Operating Systems 2 Project - Slab Allocator (as described by Jeff Bonwick)