apollo_infra_utils 0.18.0-dev.0

Infrastructure utility.
Documentation
1
2
3
4
5
6
7
8
/// Override default allocator.
#[macro_export]
macro_rules! set_global_allocator {
    () => {
        #[global_allocator]
        static ALLOC: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
    };
}