Merge branch 'dev-trace' into dev-slice-trace

This commit is contained in:
Daan Leijen 2021-12-09 17:26:32 -08:00
commit be9ee3a4aa
4 changed files with 63 additions and 7 deletions

View file

@ -60,7 +60,7 @@ terms of the MIT license. A copy of the license can be found in the file
#define MI_PADDING 1
#endif
#if !defined(MI_DEBUG_TRACE) // store stack trace at each allocation
#if !defined(MI_DEBUG_TRACE) // store stack trace at each allocation
#define MI_DEBUG_TRACE MI_DEBUG
#endif