mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
delete all thread owned heaps when a thread is terminated (issue #202)
This commit is contained in:
parent
946a71c4a9
commit
8a2a52843d
4 changed files with 42 additions and 6 deletions
|
@ -28,7 +28,7 @@ int main() {
|
|||
mi_stats_reset(); // ignore earlier allocations
|
||||
// heap_no_delete(); // issue #202
|
||||
// heap_late_free(); // issue #204
|
||||
various_tests();
|
||||
// various_tests();
|
||||
mi_stats_print(NULL);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue