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

Function cbm_mem_init

src/foundation/mem.c:433–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void cbm_mem_init(double ram_fraction) {
434 cbm_mem_init_with_cap(ram_fraction, 0);
435}
436
437size_t cbm_mem_rss(void) {
438#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