Skip to content

Conversation

@stevegrubb
Copy link
Contributor

The va_copy man page states that va_end must be called to revert whatever the copy did. For some implementations, not calling va_end has no consequences. For others it could leak memory.

The va_copy man page states that va_end must be called to revert
whatever the copy did. For some implementaions, not calling va_end
has no consequences. For others it could leak memory.
@ggerganov ggerganov merged commit 1bd3047 into ggml-org:master Jan 31, 2025
44 of 45 checks passed
tinglou pushed a commit to tinglou/llama.cpp that referenced this pull request Feb 13, 2025
The va_copy man page states that va_end must be called to revert
whatever the copy did. For some implementaions, not calling va_end
has no consequences. For others it could leak memory.
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Feb 26, 2025
The va_copy man page states that va_end must be called to revert
whatever the copy did. For some implementaions, not calling va_end
has no consequences. For others it could leak memory.
mglambda pushed a commit to mglambda/llama.cpp that referenced this pull request Mar 8, 2025
The va_copy man page states that va_end must be called to revert
whatever the copy did. For some implementaions, not calling va_end
has no consequences. For others it could leak memory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants