Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ pages_nohuge
Function
pages_nohuge
deps/jemalloc/src/pages.c:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
bool
384
pages_nohuge(void *addr, size_t size) {
385
return pages_nohuge_impl(addr, size, true);
386
}
387
388
static bool
389
pages_nohuge_unaligned(void *addr, size_t size) {
Callers
2
base_unmap
Function · 0.70
pages.c
File · 0.50
Calls
1
pages_nohuge_impl
Function · 0.85
Tested by
no test coverage detected