1
0
mirror of https://github.com/bspeice/qadapt synced 2025-06-30 13:26:08 -04:00
Bradlee Speice a7df1639ce Fix some deadlock issues
Slower, but much safer internal allocation guard
2018-11-10 20:54:35 -05:00
2018-11-10 20:54:35 -05:00
2018-11-10 20:54:35 -05:00
2018-11-10 01:30:39 -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.

Description
No description provided
Readme 166 KiB
Languages
Rust 97.8%
Makefile 2.2%