Enable jemalloc on FreeBSD and NetBSD (#2965)

This commit is contained in:
Charlie Marsh 2023-02-16 15:21:34 -05:00 committed by GitHub
parent 5157f584ab
commit 750c28868f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,8 @@ mod resolve;
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
#[cfg(all(
any(target_os = "linux", target_os = "macos"),
not(target_os = "windows"),
not(target_os = "openbsd"),
any(
target_arch = "x86_64",
target_arch = "aarch64",