mimalloc-pprof 0.9.3

mimalloc global allocator with pprof-compatible sampled heap profiling
Documentation
1
2
3
pub(crate) fn needs_c11_atomics(target: Option<&str>) -> bool {
    target == Some("aarch64-pc-windows-msvc")
}