TCMalloc-rs

crates.io

Rust FFI bindings to TCMalloc.

Dependencies

libstdc++, libclang and libunwind must be installed on the system.

How to Use

```rust use tcmalloc2::TcMalloc;

[global_allocator]

static GLOBAL: TcMalloc = TcMalloc; ```