mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
wip: can run initial test
This commit is contained in:
parent
e0152ab82f
commit
0f635413d6
6 changed files with 25 additions and 17 deletions
|
@ -130,7 +130,7 @@ static mi_decl_cache_align mi_subproc_t mi_subproc_default;
|
|||
static mi_decl_cache_align mi_tld_t tld_main = {
|
||||
0, false,
|
||||
&_mi_heap_main, &_mi_heap_main,
|
||||
NULL, // subproc
|
||||
&mi_subproc_default, // subproc
|
||||
0, // tseq
|
||||
{ 0, &tld_main.stats }, // os
|
||||
{ MI_STATS_NULL } // stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue