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

Function pages_huge

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

Source from the content-addressed store, hash-verified

328}
329
330bool
331pages_huge(void *addr, size_t size) {
332 return pages_huge_impl(addr, size, true);
333}
334
335static bool
336pages_huge_unaligned(void *addr, size_t size) {

Callers 3

pages.cFile · 0.85
base_auto_thp_switchFunction · 0.85
base_block_allocFunction · 0.85

Calls 1

pages_huge_implFunction · 0.85

Tested by

no test coverage detected