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

Function cbm_munmap

src/foundation/platform.c:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void cbm_munmap(void *addr, size_t size) {
83 (void)size;
84 if (addr) {
85 UnmapViewOfFile(addr);
86 }
87}
88
89uint64_t cbm_now_ns(void) {
90 LARGE_INTEGER freq, count;

Callers 1

test_platform.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected