1#[cfg(any(target_env = "musl", feature = "jemalloc"))] 2#[global_allocator] 3static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;