docs.rs failed to build tcmalloc2-0.2.2+2.16
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
TCMalloc-rs
Rust FFI bindings to TCMalloc.
Dependencies
libstdc++
, libclang
and libunwind
must be installed on the system.
How to Use
use TcMalloc;
static GLOBAL: TcMalloc = TcMalloc;