Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ pages_decommit
Function
pages_decommit
deps/jemalloc/src/pages.c:286–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
bool
287
pages_decommit(void *addr, size_t size) {
288
return pages_commit_impl(addr, size, false);
289
}
290
291
bool
292
pages_purge_lazy(void *addr, size_t size) {
Callers
3
extent_decommit_default
Function · 0.70
extent_alloc_dss
Function · 0.70
base_unmap
Function · 0.70
Calls
1
pages_commit_impl
Function · 0.70
Tested by
no test coverage detected