Merge branch 'dev3' into dev3-bin

This commit is contained in:
Daan Leijen 2024-12-17 00:17:32 -08:00
commit d4a2813ff8
14 changed files with 625 additions and 97 deletions

View file

@ -44,8 +44,8 @@ static void test_stl_allocators();
int main() {
// mi_stats_reset(); // ignore earlier allocations
mi_stats_reset(); // ignore earlier allocations
various_tests();
test_mixed1();
//test_std_string();
//test_thread_local();
@ -55,8 +55,10 @@ int main() {
heap_no_delete();
heap_late_free();
padding_shrink();
various_tests();
tsan_numa_test();
*/
/*
strdup_test();
test_stl_allocators();
test_mt_shutdown();

View file

@ -359,6 +359,7 @@ int main(int argc, char** argv) {
#else
mi_stats_print(NULL); // so we see rss/commit/elapsed
#endif
//mi_stats_print(NULL);
//bench_end_program();
return 0;
}