mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
remove default MI_DEBUG_GUARDED
This commit is contained in:
parent
60206ec075
commit
ad02086d3b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
|
||||
// Use guard pages behind objects of a certain size (set by the MIMALLOC_DEBUG_GUARDED_MIN/MAX options)
|
||||
// Padding should be disabled when using guard pages
|
||||
#define MI_DEBUG_GUARDED 1
|
||||
// #define MI_DEBUG_GUARDED 1
|
||||
#if defined(MI_DEBUG_GUARDED)
|
||||
#define MI_PADDING 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue