This crate is mostly rewritten version of context-allocator
crate.
It contains better NUMA-aware global allocator with hygienic macros.
Contains better likelihood paths and faster execution paths.
```rust
// Allocator generator macro use allocatorsuite::switchableallocator;
// General imports use allocator_suite::adaptors::prelude::*; use std::alloc::System;
switchableallocator!(
applicationallocator,
BumpAllocator