1 2 3 4 5 6 7
#[cfg(not(target_env = "msvc"))] #[global_allocator] static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc; fn main() { rns_cli::rnsd::main_entry(); }