| Crates.io | accounting-allocator |
| lib.rs | accounting-allocator |
| version | 0.2.0 |
| created_at | 2022-11-28 23:37:19.628365+00 |
| updated_at | 2022-12-13 21:48:14.138543+00 |
| description | A global memory allocator wrapper which counts allocated and deallocated bytes. |
| homepage | |
| repository | https://github.com/privacyresearchgroup/accounting-allocator-rs |
| max_upload_size | |
| id | 724852 |
| size | 25,250 |
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
GitHub is the project's bug tracker. Please search for similar existing issues before submitting a new one.
Licensed under MIT.