TCMalloc-rs Rust FFI bindings to TCMalloc. Dependencies libstdc++, libclang and libunwind must be installed on the system. How to Use use tcmalloc2::TcMalloc; #[global_allocator] static GLOBAL: TcMalloc = TcMalloc;