MCPcopy 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
568bool cbm_mem_map_collect(cbm_mem_map_t *out) {
569 return mem_map_collect_impl(out, true);
570}
571
572static bool mem_map_collect_impl(cbm_mem_map_t *out, bool walk_allocator) {
573 if (!out) {

Callers 2

cbm_mem_census_logFunction · 0.85
test_mem.cFile · 0.85

Calls 1

mem_map_collect_implFunction · 0.85

Tested by

no test coverage detected