Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
433
void cbm_mem_init(double ram_fraction) {
434
cbm_mem_init_with_cap(ram_fraction, 0);
435
}
436
437
size_t cbm_mem_rss(void) {
438
#if defined(__linux__)
Callers
4
handle_subcommand
Function · 0.85
cbm_daemon_host_run
Function · 0.85
test_mem.c
File · 0.85
repro_issue363.c
File · 0.85
Calls
1
cbm_mem_init_with_cap
Function · 0.85
Tested by
no test coverage detected