[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:
committed by
Space
parent
6b09ace099
commit
89afa4c5b5
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user