Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ pages_huge_unaligned
Function
pages_huge_unaligned
deps/jemalloc/src/pages.c:364–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
static bool
365
pages_huge_unaligned(void *addr, size_t size) {
366
return pages_huge_impl(addr, size, false);
367
}
368
369
static bool
370
pages_nohuge_impl(void *addr, size_t size, bool aligned) {
Callers
1
pages_set_thp_state
Function · 0.85
Calls
1
pages_huge_impl
Function · 0.85
Tested by
no test coverage detected