aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/mem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile/mem.rs')
-rw-r--r--components/profile/mem.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/mem.rs b/components/profile/mem.rs
index 8e6a86c59cd..7c60ba07b67 100644
--- a/components/profile/mem.rs
+++ b/components/profile/mem.rs
@@ -496,7 +496,7 @@ mod system_reporter {
}
#[cfg(all(feature = "unstable", not(target_os = "windows")))]
- use jemalloc_sys::mallctl;
+ use servo_allocator::jemalloc_sys::mallctl;
#[cfg(all(feature = "unstable", not(target_os = "windows")))]
fn jemalloc_stat(value_name: &str) -> Option<usize> {