We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e9e83 commit b60a59aCopy full SHA for b60a59a
src/main.rs
@@ -1,10 +1,3 @@
1
-#[cfg(not(target_env = "msvc"))]
2
-use tikv_jemallocator::Jemalloc;
3
-
4
5
-#[global_allocator]
6
-static GLOBAL: Jemalloc = Jemalloc;
7
8
mod config;
9
mod servers;
10
mod upstreams;
0 commit comments