diff options
author | Daan Leijen <daan@microsoft.com> | 2022-04-09 14:33:20 -0700 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2022-04-09 14:33:20 -0700 |
commit | 6c91c75b140f650845e918005979a05ac0da7d5e (patch) | |
tree | df2619fd9da9faecc0b04fb794532f3404c0a4af /src/init.c | |
parent | 016b2ad5352de399af167a1acb6042cee31f8fbe (diff) |
remove thread local segment cache
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ static mi_tld_t tld_main = { 0, false, &_mi_heap_main, &_mi_heap_main, { { NULL, NULL }, {NULL ,NULL}, {NULL ,NULL, 0}, - 0, 0, 0, 0, 0, 0, NULL, + 0, 0, 0, 0, &tld_main.stats, &tld_main.os }, // segments { 0, &tld_main.stats }, // os |