minedmap-default-alloc 0.1.0

Helper crate for target-specific selection of global allocator default
Documentation
1
2
3
#[cfg(any(target_env = "musl", feature = "jemalloc"))]
#[global_allocator]
static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;