tcmalloc2

Crates.iotcmalloc2
lib.rstcmalloc2
version0.2.1+2.16
sourcesrc
created_at2023-08-02 01:07:23.435586
updated_at2024-09-28 21:45:10.73021
descriptionRust FFI bindings to tcmalloc
homepagehttps://github.com/yaa110/tcmalloc-rs
repositoryhttps://github.com/yaa110/tcmalloc-rs
max_upload_size
id932354
size17,382
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: 5

cargo fmt