tcmalloc
A drop-in GlobalAlloc implementation using tcmalloc from gperftools.
Usage
Requires Rust 1.28+
extern crate tcmalloc;
use TCMalloc;
static GLOBAL: TCMalloc = TCMalloc;
Also note that you can only define one global allocator per crate.