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.