[K/N] Enable mimalloc support on Windows and Mac Arm64
This commit is contained in:
+3
-2
@@ -14,9 +14,10 @@ fun KonanTarget.supportsCodeCoverage(): Boolean =
|
||||
fun KonanTarget.supportsMimallocAllocator(): Boolean =
|
||||
when(this) {
|
||||
is KonanTarget.LINUX_X64 -> true
|
||||
is KonanTarget.MINGW_X86 -> HostManager.hostIsMingw
|
||||
is KonanTarget.MINGW_X64 -> HostManager.hostIsMingw
|
||||
is KonanTarget.MINGW_X86 -> true
|
||||
is KonanTarget.MINGW_X64 -> true
|
||||
is KonanTarget.MACOS_X64 -> true
|
||||
is KonanTarget.MACOS_ARM64 -> true
|
||||
is KonanTarget.LINUX_ARM64 -> true
|
||||
is KonanTarget.LINUX_ARM32_HFP -> true
|
||||
is KonanTarget.ANDROID_X64 -> true
|
||||
|
||||
Reference in New Issue
Block a user