MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_mem_init

Function cbm_mem_init

src/foundation/mem.c:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void cbm_mem_init(double ram_fraction) {
405 cbm_mem_init_with_cap(ram_fraction, 0);
406}
407
408size_t cbm_mem_rss(void) {
409#if defined(__linux__)

Callers 4

handle_subcommandFunction · 0.85
cbm_daemon_host_runFunction · 0.85
test_mem.cFile · 0.85
repro_issue363.cFile · 0.85

Calls 1

cbm_mem_init_with_capFunction · 0.85

Tested by

no test coverage detected