MCPcopy 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
9752bool llama_mmap_supported(void) {
9753 return llama_mmap::SUPPORTED;
9754}
9755
9756bool llama_mlock_supported(void) {
9757 return llama_mlock::SUPPORTED;

Callers 2

gpt_print_usageFunction · 0.85
server_print_usageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected