Skip to main content

Module bump

Module bump 

Source
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ยง

BumpAlloc
A fast, lock-free bump allocator with fallback support.