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
We've seen an issue with CHAI allocating zero-sized arrays. We see them report as memory leaks using gcc memory sanitizer, and also with valgrind.
We can see this on a CPU-only build with the default malloc Umpire allocator.
The text was updated successfully, but these errors were encountered:
Just a note: this is a leak in CHAI, not Umpire
Sorry, something went wrong.
No branches or pull requests
We've seen an issue with CHAI allocating zero-sized arrays. We see them report as memory leaks using gcc memory sanitizer, and also with valgrind.
We can see this on a CPU-only build with the default malloc Umpire allocator.
The text was updated successfully, but these errors were encountered: