1
0
mirror of https://github.com/bspeice/qadapt synced 2025-07-01 05:46:16 -04:00
Bradlee Speice 80f1d5c1f8 Mark internal functions as not needing unsafe
Even though they're not used by any `safe` code
2018-11-10 22:01:41 -05:00
2018-11-10 21:36:23 -05:00
2018-11-10 21:59:39 -05:00
2018-11-10 21:54:13 -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 167 KiB
Languages
Rust 97.8%
Makefile 2.2%