mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 15:59:32 +03:00
fix test stress
This commit is contained in:
parent
5b685ef183
commit
b319156c4f
1 changed files with 0 additions and 2 deletions
|
@ -331,13 +331,11 @@ int main(int argc, char** argv) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
mi_debug_show_arenas();
|
mi_debug_show_arenas();
|
||||||
mi_collect(true);
|
mi_collect(true);
|
||||||
/*
|
|
||||||
const char* json = mi_stats_get_json(0, NULL);
|
const char* json = mi_stats_get_json(0, NULL);
|
||||||
if (json != NULL) {
|
if (json != NULL) {
|
||||||
puts(json);
|
puts(json);
|
||||||
mi_free(json);
|
mi_free(json);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
#endif
|
#endif
|
||||||
mi_stats_print(NULL);
|
mi_stats_print(NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue