Expand description
Core bump allocator for nalloc.
A bump allocator is the fastest possible allocator: it simply increments a pointer. This module provides a thread-safe, atomic bump allocator optimized for ZK prover workloads with fallback support.
Structsยง
- Bump
Alloc - A fast, lock-free bump allocator with fallback support.