We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3bbd7 commit 555a1a0Copy full SHA for 555a1a0
1 file changed
xtask/src/leak_check.rs
@@ -335,6 +335,7 @@ fn run_leaks(pid: u32) -> anyhow::Result<String> {
335
Ok(combined)
336
}
337
338
+#[cfg(unix)]
339
fn current_rss_kb(pid: u32) -> anyhow::Result<u64> {
340
let output = Command::new("ps")
341
.arg("-o")
0 commit comments