Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void cbm_munmap(void *addr, size_t size) {
83
(void)size;
84
if (addr) {
85
UnmapViewOfFile(addr);
86
}
87
}
88
89
uint64_t cbm_now_ns(void) {
90
LARGE_INTEGER freq, count;
Callers
1
test_platform.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected