Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_mem_map_collect
Function
cbm_mem_map_collect
src/foundation/mem.c:568–570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
}
567
568
bool cbm_mem_map_collect(cbm_mem_map_t *out) {
569
return mem_map_collect_impl(out, true);
570
}
571
572
static bool mem_map_collect_impl(cbm_mem_map_t *out, bool walk_allocator) {
573
if (!out) {
Callers
2
cbm_mem_census_log
Function · 0.85
test_mem.c
File · 0.85
Calls
1
mem_map_collect_impl
Function · 0.85
Tested by
no test coverage detected