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

Function cbm_mem_budget

src/foundation/mem.c:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493size_t cbm_mem_budget(void) {
494 return g_budget;
495}
496
497void cbm_mem_set_budget_for_tests(size_t bytes) {
498 g_budget = bytes;

Callers 12

cbm_gbuf_dump_to_sqliteFunction · 0.85
host_state_prepareFunction · 0.85
cbm_daemon_host_runFunction · 0.85
extract_workerFunction · 0.85
log_extract_mem_statsFunction · 0.85
cbm_parallel_extract_exFunction · 0.85
tf_index_worker_probeFunction · 0.85
test_mem.cFile · 0.85
test_pipeline.cFile · 0.85
repro_issue363.cFile · 0.85

Calls

no outgoing calls

Tested by 1

tf_index_worker_probeFunction · 0.68