-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
[internal] remove all dynamic allocations #126
Comments
anokta
added a commit
that referenced
this issue
Oct 18, 2024
this is the first step to convert them into pools for #126
anokta
added a commit
that referenced
this issue
Oct 18, 2024
this is the first step to convert them into pools for #126
anokta
added a commit
that referenced
this issue
Nov 28, 2024
anokta
added a commit
that referenced
this issue
Nov 28, 2024
anokta
added a commit
that referenced
this issue
Nov 28, 2024
anokta
added a commit
that referenced
this issue
Dec 1, 2024
the same will go for task events once commands are in -- #126
anokta
added a commit
that referenced
this issue
Jan 14, 2025
might add back later after introducing custom allocators #126
anokta
added a commit
that referenced
this issue
Jan 14, 2025
might add back later after introducing custom allocators #126
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The remaining misused
noexcept
use is caused by dynamic memory allocations in the internal API.These all should ideally be replaced by a memory pool in the stack, so keeping
bugprone-exception-escape
issues in the code intentionally as a reminder to clean this up.Also see #58 and #60
The text was updated successfully, but these errors were encountered: