mirror of
https://github.com/bspeice/qadapt
synced 2024-11-13 17:48:09 -05:00
qadapt-macro | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
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.