Skip to content

Commit df3e191

Browse files
committed
make windows fixed TLS opt-in
1 parent 0ae3103 commit df3e191

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/mimalloc/prim.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ void _mi_prim_thread_done_auto_done(void);
118118
void _mi_prim_thread_associate_default_heap(mi_heap_t* heap);
119119

120120

121-
122-
#define MI_WIN_USE_FIXED_TLS 1
123-
124121
//-------------------------------------------------------------------
125122
// Access to TLS (thread local storage) slots.
126123
// We need fast access to both a unique thread id (in `free.c:mi_free`) and

0 commit comments

Comments
 (0)