Frees all allocated memory
(ctx: llama_context_p, /)
| 1541 | None, |
| 1542 | ) |
| 1543 | def llama_free(ctx: llama_context_p, /): |
| 1544 | """Frees all allocated memory""" |
| 1545 | ... |
| 1546 | |
| 1547 | |
| 1548 | # LLAMA_API int64_t llama_time_us(void); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…