From 17a20f280b86d087f5ed84f5c23c1c5ab1d7a51e Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Thu, 16 Mar 2023 20:16:31 -0700 Subject: [PATCH] dont track ETW by default --- include/mimalloc-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mimalloc-types.h b/include/mimalloc-types.h index ebf764ab..3577b23a 100644 --- a/include/mimalloc-types.h +++ b/include/mimalloc-types.h @@ -32,7 +32,7 @@ terms of the MIT license. A copy of the license can be found in the file // Define MI_TRACK_ to enable tracking support // #define MI_TRACK_VALGRIND 1 // #define MI_TRACK_ASAN 1 -#define MI_TRACK_ETW 1 +// #define MI_TRACK_ETW 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