We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1474f6 commit b6441d0Copy full SHA for b6441d0
py-polars/src/lib.rs
@@ -42,7 +42,7 @@ mod sql;
42
mod to_numpy;
43
mod utils;
44
45
-#[cfg(all(target_family = "unix", not(use_mimalloc)))]
+#[cfg(all(target_family = "unix", not(use_mimalloc), not(default_allocator)))]
46
use jemallocator::Jemalloc;
47
#[cfg(any(not(target_family = "unix"), use_mimalloc))]
48
use mimalloc::MiMalloc;
0 commit comments