Module bh_alloc::fuzz

source ·
Expand description

Allocators suitable for fuzzing environments

The allocators available in this sub-crate are intended to be used in fuzzing targets. The number of branches are kept intentionally low and suitability for threaded environments are a non-priority.

Structs

Bump allocator for single core systems

Constants

Total number of bytes that BumpAlloc will have available to it.