Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ llama_mmap_supported
Function
llama_mmap_supported
llama.cpp:9752–9754 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9750
}
9751
9752
bool llama_mmap_supported(void) {
9753
return llama_mmap::SUPPORTED;
9754
}
9755
9756
bool llama_mlock_supported(void) {
9757
return llama_mlock::SUPPORTED;
Callers
2
gpt_print_usage
Function · 0.85
server_print_usage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected