mirror of
https://github.com/mjansson/rpmalloc.git
synced 2026-01-15 19:41:17 +01:00
Restore default TLS model
This commit is contained in:
@@ -555,8 +555,8 @@ static size_t os_page_size;
|
||||
#define TLS_MODEL
|
||||
#endif
|
||||
#else
|
||||
// #define TLS_MODEL __attribute__((tls_model("initial-exec")))
|
||||
#define TLS_MODEL
|
||||
#define TLS_MODEL __attribute__((tls_model("initial-exec")))
|
||||
//#define TLS_MODEL
|
||||
#endif
|
||||
static _Thread_local heap_t* global_thread_heap TLS_MODEL = &global_heap_fallback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user