mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Merge branch 'dev-trace' into dev-slice-trace
This commit is contained in:
commit
80c86e7cba
3 changed files with 42 additions and 24 deletions
|
@ -65,7 +65,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#endif
|
||||
|
||||
#if !defined(MI_DEBUG_TRACE_LEN)
|
||||
#define MI_DEBUG_TRACE_LEN (7) // store up to N frames if tracing is enabled
|
||||
#define MI_DEBUG_TRACE_LEN (8) // store up to N frames if tracing is enabled
|
||||
#endif
|
||||
|
||||
#if !defined(MI_PADDING_EXTRA) // use extra padding bytes? (so a stack trace can be preserved or next block corruption prevented)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue