Rust FFI bindings to TCMalloc.
libstdc++, libclang and libunwind must be installed on the system.
libstdc++
libclang
libunwind
```rust use tcmalloc2::TcMalloc;
static GLOBAL: TcMalloc = TcMalloc; ```