Go to file
Bradlee Speice 753b3a4e8b Multi-threaded allocation checker!
Holy crap that was much harder than expected
2018-11-10 01:30:39 -05:00
qadapt-macro Start work on a procedural macro 2018-11-06 23:04:26 -05:00
src Multi-threaded allocation checker! 2018-11-10 01:30:39 -05:00
tests Multi-threaded allocation checker! 2018-11-10 01:30:39 -05:00
.gitignore Add an initial pass on an allocation tracing tool 2018-09-21 22:34:42 -04:00
Cargo.toml Multi-threaded allocation checker! 2018-11-10 01:30:39 -05:00
README.md Much simpler take, and actually works this time. 2018-11-05 21:58:33 -05:00

README.md

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.