Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ pages_commit
Function
pages_commit
deps/jemalloc/src/pages.c:281–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
bool
282
pages_commit(void *addr, size_t size) {
283
return pages_commit_impl(addr, size, true);
284
}
285
286
bool
287
pages_decommit(void *addr, size_t size) {
Callers
2
extent_commit_default
Function · 0.70
pages_purge_forced
Function · 0.70
Calls
1
pages_commit_impl
Function · 0.70
Tested by
no test coverage detected