MCPcopy Create free account
hub / github.com/argumentcomputer/ix / current_rss_mib

Function current_rss_mib

crates/ffi/src/kernel.rs:2186–2196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2184 return LeanIOResult::error_string(&format!(
2185 "rs_env_extract: failed to write {out}: {e}"
2186 ));
2187 }
2188 if !quiet {
2189 eprintln!(
2190 "[rs_env_extract] {} name(s) → {} ({} bytes) from {path}",
2191 names_vec.len(),
2192 out,
2193 sub_bytes.len(),
2194 );
2195 }
2196 LeanIOResult::ok(LeanOwned::box_usize(0))
2197}
2198
2199// ===========================================================================

Callers 2

kernel_check_mem_suffixFunction · 0.85
log_mem_summaryMethod · 0.85

Calls 2

strip_prefixMethod · 0.80
nextMethod · 0.80

Tested by

no test coverage detected