Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 897 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 897 Bytes

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.