//! Allocation backends.
//!//! This module contains the core allocator implementations.
//! **These are the only modules that should contain `unsafe` code.**
pub(crate)moddeferred;pub(crate)modframe;pub(crate)modhandles;pub(crate)modheap;pub(crate)modslab;pub(crate)modstreaming;