Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
359
bool
360
pages_huge(void *addr, size_t size) {
361
return pages_huge_impl(addr, size, true);
362
}
363
364
static bool
365
pages_huge_unaligned(void *addr, size_t size) {
Callers
3
base_auto_thp_switch
Function · 0.70
base_block_alloc
Function · 0.70
pages.c
File · 0.50
Calls
1
pages_huge_impl
Function · 0.85
Tested by
no test coverage detected