mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
Merge branch 'dev' into dev-slice
This commit is contained in:
commit
a188fe1a5e
16 changed files with 567 additions and 15 deletions
|
@ -50,6 +50,9 @@ int main() {
|
|||
mi_stats_reset(); // ignore earlier allocations
|
||||
various_tests();
|
||||
test_mixed1();
|
||||
const char* ptr = ::_Getdays();
|
||||
free((void*)ptr);
|
||||
|
||||
//test_std_string();
|
||||
//test_thread_local();
|
||||
// heap_thread_free_huge();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue