Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ get_memory
Method
get_memory
src/llama-context.cpp:722–724 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
720
}
721
722
llama_memory_t llama_context::get_memory() const {
723
return memory.get();
724
}
725
726
bool llama_context::memory_update(bool optimize) {
727
if (!memory) {
Callers
4
llama_graph_reserve
Function · 0.80
llama_get_memory
Function · 0.80
ggml_backend_dev_memory
Function · 0.80
backend_device_get_memory
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected