accounting-allocator

Crates.ioaccounting-allocator
lib.rsaccounting-allocator
version0.2.0
sourcesrc
created_at2022-11-28 23:37:19.628365
updated_at2022-12-13 21:48:14.138543
descriptionA global memory allocator wrapper which counts allocated and deallocated bytes.
homepage
repositoryhttps://github.com/privacyresearchgroup/accounting-allocator-rs
max_upload_size
id724852
size25,250
Jessa (jessa0)

documentation

README

accounting-allocator

A Rust global memory allocator wrapper which counts allocated and deallocated bytes, avoiding contention between threads.

The accounting allocator avoids contention by using per-thread atomic counters. It incurs small one-time global and per-thread initialization overhead.

API Documentation
Private Documentation

Contributing Bug Reports

GitHub is the project's bug tracker. Please search for similar existing issues before submitting a new one.

License

Licensed under MIT.

Commit count: 9

cargo fmt