per thread region search index

This commit is contained in:
daan 2019-08-11 12:15:13 -07:00
parent 2e924150ae
commit 0fd898315c
3 changed files with 6 additions and 4 deletions

View file

@ -97,7 +97,7 @@ static mi_tld_t tld_main = {
0,
&_mi_heap_main,
{ { NULL, NULL }, {NULL ,NULL}, 0, 0, 0, 0, 0, 0, NULL, tld_main_stats }, // segments
{ tld_main_stats }, // os
{ 0, tld_main_stats }, // os
{ MI_STATS_NULL } // stats
};