Skip to main content

Module global_allocator

Module global_allocator 

Source
Expand description

Global allocator implementation.

This module implements a global allocator that coordinates between buddy page allocator and slab byte allocator for optimal performance.

Structsยง

GlobalAllocator
Global allocator that coordinates composite and slab allocators