Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pages_huge_unaligned
Function
pages_huge_unaligned
app/redis-6.2.6/deps/jemalloc/src/pages.c:335–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
static bool
336
pages_huge_unaligned(void *addr, size_t size) {
337
return pages_huge_impl(addr, size, false);
338
}
339
340
static bool
341
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