qadapt/README.md

8 lines
322 B
Markdown
Raw Normal View History

2018-09-23 12:41:11 -04: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.