mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-14 19:19:31 +03:00
make windows fixed TLS opt-in
This commit is contained in:
parent
0ae310327f
commit
df3e191620
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue