MCPcopy 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
286bool
287pages_decommit(void *addr, size_t size) {
288 return pages_commit_impl(addr, size, false);
289}
290
291bool
292pages_purge_lazy(void *addr, size_t size) {

Callers 3

extent_decommit_defaultFunction · 0.70
extent_alloc_dssFunction · 0.70
base_unmapFunction · 0.70

Calls 1

pages_commit_implFunction · 0.70

Tested by

no test coverage detected