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

Function system_ram_gib

crates/ffi/src/kernel.rs:1958–1963  ·  view source on GitHub ↗

Total system RAM in GiB from `/proc/meminfo` (Linux); `None` if unreadable.

()

Source from the content-addressed store, hash-verified

1956 } else {
1957 ix_bench::Status::Ok
1958 };
1959 eprintln!(
1960 "[rs_kernel_check_anon_consts] {name}: {}/{total} passed ({secs:.3}s)",
1961 total - failed,
1962 );
1963 if let Err(e) = ix_bench::write_row(
1964 &json_file,
1965 name,
1966 status,

Callers 1

rs_shard_esp_capFunction · 0.85

Calls 1

strip_prefixMethod · 0.80

Tested by

no test coverage detected