global_allocator implementation of a bump allocator
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
An implementation of a bump allocator using mmap
A bump allocator that uses fixed-size chunks to ensure non-amortized O(1) allocations
A fast bump allocation arena for Rust.
Bump allocator exercise module for ArceOS tutorial
Bump allocator exercise for ArceOS
Bump allocator exercise for ArceOS
bump memory allocation for ontology wasm engine
A high performance `#[global_allocator] implementation using the bump-pointer allocation algorithm
A fast, bump-allocated virtual DOM library.
A thread-safe bump allocator backed by bumpalo crate.