1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-14 10:08:08 -05:00
Go to file
2018-11-10 21:54:13 -05:00
qadapt-macro Update the docs 2018-11-10 21:36:23 -05:00
src Docs updates and thread_id crate 2018-11-10 21:54:13 -05:00
tests Docs updates and thread_id crate 2018-11-10 21:54:13 -05:00
.gitignore Add an initial pass on an allocation tracing tool 2018-09-21 22:34:42 -04:00
Cargo.toml Docs updates and thread_id crate 2018-11-10 21:54:13 -05:00
README.md Much simpler take, and actually works this time. 2018-11-05 21:58:33 -05:00

The Quick And Dirty Allocation Profiling Tool

A simple attempt at an allocator that can let you know if allocations are happening in places you didn't intend. This is primarily used for guaranteeing that performance-critical code doesn't trigger an allocation while running.