mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
add support for arm64ec
This commit is contained in:
parent
df593a3ec1
commit
27d929f338
15 changed files with 526 additions and 1 deletions
|
@ -47,6 +47,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