A zero-dependency, bump-pointer arena allocator with RAII transactions, nested savepoints, optional LIFO destructor tracking, and ArenaVec — built for compilers, storage engines, and high-throughput request-scoped workloads.
//! Core arena allocator implementation.
//!//! This module provides the main `Arena` type along with supporting types
//! (`Block`, `Checkpoint`, `ArenaStats`) for bump-pointer allocation.
pub(crate)modallocator;modblock;modstats;pubuseallocator::{Arena, Checkpoint};pubusestats::ArenaStats;