Module slab_allocator

Module slab_allocator 

Source
Expand description

Slab allocator implemenation using treiber’s stack, a concurrent lock-free and non-blocking stack implementation.

Structs§

DebugArea 🔒
SlabAllocator
The slab allocator.

Constants§

RZ 🔒

Functions§

from_pointer_tag
into_pointer_tag
verify_redzone 🔒
verify_redzone_panic 🔒