#[cfg(feature = "jemalloc")] use tikv_jemallocator::Jemalloc; #[cfg(feature = "jemalloc")] #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; fn main() -> Result<(), Box> { cosmic_files::main() }