MCPcopy 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
722llama_memory_t llama_context::get_memory() const {
723 return memory.get();
724}
725
726bool llama_context::memory_update(bool optimize) {
727 if (!memory) {

Callers 4

llama_graph_reserveFunction · 0.80
llama_get_memoryFunction · 0.80
ggml_backend_dev_memoryFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected