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