mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
small adjustments
This commit is contained in:
parent
afe9089152
commit
bc67be4d79
6 changed files with 43 additions and 134 deletions
|
@ -343,9 +343,9 @@ int main(int argc, char** argv) {
|
|||
|
||||
#ifndef USE_STD_MALLOC
|
||||
#ifndef NDEBUG
|
||||
// mi_debug_show_arenas(true, true, false);
|
||||
mi_debug_show_arenas(true, true, false);
|
||||
mi_collect(true);
|
||||
mi_debug_show_arenas(true,true,false);
|
||||
// mi_debug_show_arenas(true,true,false);
|
||||
#endif
|
||||
// mi_stats_print(NULL);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue