We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd355e commit 338019eCopy full SHA for 338019e
influxdb3_process/src/lib.rs
@@ -7,7 +7,7 @@ use once_cell::sync::Lazy;
7
/// The process name on the local OS running `influxdb3`
8
pub const INFLUXDB3_PROCESS_NAME: &str = "influxdb3";
9
10
-#[cfg(feature = "jemalloc_replacing_malloc")]
+#[cfg(all(feature = "jemalloc_replacing_malloc", not(target_env = "msvc")))]
11
#[global_allocator]
12
static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
13
0 commit comments