add tracing on linux and freebsd

This commit is contained in:
Daan Leijen 2021-12-09 17:26:13 -08:00
parent e125c04081
commit ea75c745e1
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