mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
collect in debug mode in stress test
This commit is contained in:
parent
16b3329bd4
commit
73c339235c
1 changed files with 3 additions and 1 deletions
|
@ -250,7 +250,9 @@ int main(int argc, char** argv) {
|
|||
test_leak();
|
||||
#endif
|
||||
|
||||
// mi_collect(true);
|
||||
#ifndef NDEBUG
|
||||
mi_collect(true);
|
||||
#endif
|
||||
#ifndef USE_STD_MALLOC
|
||||
mi_stats_print(NULL);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue