MCPcopy 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
281bool
282pages_commit(void *addr, size_t size) {
283 return pages_commit_impl(addr, size, true);
284}
285
286bool
287pages_decommit(void *addr, size_t size) {

Callers 2

extent_commit_defaultFunction · 0.70
pages_purge_forcedFunction · 0.70

Calls 1

pages_commit_implFunction · 0.70

Tested by

no test coverage detected