Go to file
Bradlee Speice 634274dec2 Cargo.toml metadata 2018-09-23 12:45:00 -04:00
src Enable per-thread tracking 2018-09-23 12:37:07 -04:00
tests Enable per-thread tracking 2018-09-23 12:37:07 -04:00
.gitignore Add an initial pass on an allocation tracing tool 2018-09-21 22:34:42 -04:00
Cargo.toml Cargo.toml metadata 2018-09-23 12:45:00 -04:00
README.md Note about nightly Rust 2018-09-23 12:42:04 -04:00

README.md

The Quick And Dirty Allocation Profiling Tool

A simple attempt at a #[no_std] compatible allocator that can track allocations on a per-thread basis, for the purpose of guaranteeing that performance-critical code doesn't trigger an allocation while running.

Nightly Rust is required because of a dependence on the alloc crate.

The current state has all the infrastructure in place, but the tests are a bit flaky. As such, this crate likely won't see much further development; if you are interested in claiming the qadapt name, please reach out to the author at bradlee@speice.io.