MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / pages_nohuge

Function pages_nohuge

deps/jemalloc/src/pages.c:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383bool
384pages_nohuge(void *addr, size_t size) {
385 return pages_nohuge_impl(addr, size, true);
386}
387
388static bool
389pages_nohuge_unaligned(void *addr, size_t size) {

Callers 2

base_unmapFunction · 0.70
pages.cFile · 0.50

Calls 1

pages_nohuge_implFunction · 0.85

Tested by

no test coverage detected