mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
add cmakefile MI_VALGRIND option
This commit is contained in:
parent
b48040e20a
commit
886fd7d1b8
2 changed files with 21 additions and 3 deletions
|
@ -30,7 +30,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
// #define NDEBUG
|
||||
|
||||
// Define MI_VALGRIND to enable valgrind support
|
||||
#define MI_VALGRIND 1
|
||||
// #define MI_VALGRIND 1
|
||||
|
||||
// Define MI_STAT as 1 to maintain statistics; set it to 2 to have detailed statistics (but costs some performance).
|
||||
// #define MI_STAT 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue