tcmalloc2

Crates.iotcmalloc2
lib.rstcmalloc2
version0.3.2+2.17.2
created_at2023-08-02 01:07:23.435586+00
updated_at2025-09-07 19:31:38.96443+00
descriptionRust FFI bindings to tcmalloc
homepagehttps://github.com/yaa110/tcmalloc-rs
repositoryhttps://github.com/yaa110/tcmalloc-rs
max_upload_size
id932354
size26,568
embedded-nal (github:rust-embedded-community:embedded-nal)

documentation

https://docs.rs/tcmalloc2

README

TCMalloc-rs

crates.io

Rust FFI bindings to TCMalloc.

Dependencies

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

How to Use

use tcmalloc2::TcMalloc;

#[global_allocator]
static GLOBAL: TcMalloc = TcMalloc;
Commit count: 9

cargo fmt