-
Allocators implementing the unstable
AllocatorAPI are undersrc/allocators -
The global allocator implementing
GlobalAllocare undersrc/global_alloc -
benchmarks are under
benches
To use the allocator_api feature, you will need the nightly toolchain.
Install cargo-criterion:
cargo install cargo-criterion
Run the benchmarks:
cargo criterion