mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
better backtrace
This commit is contained in:
parent
72ca23d14f
commit
7a7a774257
2 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
|
||||
#if !defined(MI_PADDING_EXTRA) // use extra padding bytes? (so a stack trace can be preserved or next block corruption prevented)
|
||||
#if MI_DEBUG_TRACE > 0
|
||||
#define MI_PADDING_EXTRA (64)
|
||||
#define MI_PADDING_EXTRA (64)
|
||||
#else
|
||||
#define MI_PADDING_EXTRA (0)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue