From df3e1916209b3783bb3d001013ce8fbba4815da6 Mon Sep 17 00:00:00 2001 From: Daan Date: Tue, 13 May 2025 16:38:53 -0700 Subject: [PATCH] make windows fixed TLS opt-in --- include/mimalloc/prim.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/mimalloc/prim.h b/include/mimalloc/prim.h index d3157949..fbf0cc74 100644 --- a/include/mimalloc/prim.h +++ b/include/mimalloc/prim.h @@ -118,9 +118,6 @@ void _mi_prim_thread_done_auto_done(void); void _mi_prim_thread_associate_default_heap(mi_heap_t* heap); - -#define MI_WIN_USE_FIXED_TLS 1 - //------------------------------------------------------------------- // Access to TLS (thread local storage) slots. // We need fast access to both a unique thread id (in `free.c:mi_free`) and