mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
check for running in a threadpool to disable page reclaim
This commit is contained in:
parent
d0c86f3f0e
commit
c33de86da3
12 changed files with 80 additions and 47 deletions
|
@ -347,8 +347,8 @@ int main(int argc, char** argv) {
|
|||
mi_collect(true);
|
||||
mi_debug_show_arenas(true,true,false);
|
||||
#endif
|
||||
mi_collect(true);
|
||||
mi_debug_show_arenas(true, true, false);
|
||||
// mi_collect(true);
|
||||
// mi_debug_show_arenas(true, true, false);
|
||||
// mi_stats_print(NULL);
|
||||
#else
|
||||
mi_stats_print(NULL); // so we see rss/commit/elapsed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue