We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fc_malloc/malloc3.cpp
Line 802 in 7a56cf9
May be too many thread claims and there are two threads get the same index in the ring buffer, so I think it may cause serious error.
The text was updated successfully, but these errors were encountered:
I think claim block first and then compare claim_pos with _write_pos is safe. if claim_pos <= _write_pos, we can read the ring buffer.
Sorry, something went wrong.
No branches or pull requests
fc_malloc/malloc3.cpp
Line 802 in 7a56cf9
May be too many thread claims and there are two threads get the same index in the ring buffer, so I think it may cause serious error.
The text was updated successfully, but these errors were encountered: