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