mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
per thread region search index
This commit is contained in:
parent
2e924150ae
commit
0fd898315c
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue