Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_free
Function
llama_free
subprojects/llama.cpp/src/llama-context.cpp:3060–3062 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3058
}
3059
3060
void llama_free(llama_context * ctx) {
3061
delete ctx;
3062
}
3063
3064
uint32_t llama_n_ctx(const llama_context * ctx) {
3065
return ctx->n_ctx();
Callers
14
Java_android_llama_cpp_LLamaAndroid_new_1context
Function · 0.85
Java_android_llama_cpp_LLamaAndroid_free_1context
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
llama_get_device_memory_data
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
7
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
~common_speculative_state_draft
Method · 0.68