[K/N] Use mimalloc for kotlin objects only ^KT-52130

Merge-request: KT-MR-5805
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
Alexander Shabalin
2022-05-12 08:48:37 +00:00
committed by Space
parent 6b09ace099
commit 89afa4c5b5
19 changed files with 193 additions and 147 deletions
+7 -2
View File
@@ -130,8 +130,13 @@ bitcode {
includeRuntime()
}
create("std_alloc")
create("opt_alloc")
create("std_alloc") {
includeRuntime()
}
create("opt_alloc") {
includeRuntime()
}
create("exceptionsSupport", file("src/exceptions_support")) {
includeRuntime()