mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 06:59: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();
|
test_leak();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// mi_collect(true);
|
#ifndef NDEBUG
|
||||||
|
mi_collect(true);
|
||||||
|
#endif
|
||||||
#ifndef USE_STD_MALLOC
|
#ifndef USE_STD_MALLOC
|
||||||
mi_stats_print(NULL);
|
mi_stats_print(NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue