Module memory

Module memory 

Source
Expand description

Memory management utilities (Arena, Bump).

Re-exports§

pub use arena::SyntaxArena;

Modules§

arena
Fast memory allocation utilities. Specialized high-performance bump allocator for AST nodes.