Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_memory
Method
get_memory
subprojects/llama.cpp/src/llama-context.cpp:615–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
}
614
615
llama_memory_t llama_context::get_memory() const {
616
return memory.get();
617
}
618
619
bool llama_context::memory_update(bool optimize) {
620
if (!memory) {
Callers
4
llama_get_memory
Function · 0.80
ggml_backend_dev_memory
Function · 0.80
apir_backend_deinit
Function · 0.80
backend_device_get_memory
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected