jemaloc
[dependencies]jemallocator = "0.3.2"
#[global_allocator]static GLOBAL: jemallocator::Jemalloc = jemallocator::Jemalloc;
mimalloc
[dependencies]mimalloc = { version = "0.1.17", default-features = false }
#[global_allocator]static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
leak-detect-allocator
[dependencies]leak-detect-allocator = {git = "https://github.com/lynnux/leak-detect-allocator.git"}
#[global_allocator]static LEAK_TRACER: LeakTracerDefault = LeakTracerDefault::new();
