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

Function pages_huge

deps/jemalloc/src/pages.c:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359bool
360pages_huge(void *addr, size_t size) {
361 return pages_huge_impl(addr, size, true);
362}
363
364static bool
365pages_huge_unaligned(void *addr, size_t size) {

Callers 3

base_auto_thp_switchFunction · 0.70
base_block_allocFunction · 0.70
pages.cFile · 0.50

Calls 1

pages_huge_implFunction · 0.85

Tested by

no test coverage detected