MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pages_unmap

Function pages_unmap

app/redis-6.2.6/deps/jemalloc/src/pages.c:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void
212pages_unmap(void *addr, size_t size) {
213 assert(PAGE_ADDR2BASE(addr) == addr);
214 assert(PAGE_CEILING(size) == size);
215
216 os_pages_unmap(addr, size);
217}
218
219static bool
220pages_commit_impl(void *addr, size_t size, bool commit) {

Callers 4

extent_dalloc_unmapFunction · 0.85
pages.cFile · 0.85
extent_dalloc_mmapFunction · 0.85

Calls

no outgoing calls

Tested by 1

extent_dalloc_unmapFunction · 0.68