Skip to content
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

Created the common Allocators class and hooked it up #97

Merged
1 commit merged into from
Oct 9, 2023

Conversation

ghost
Copy link

@ghost ghost commented Oct 6, 2023

Removed some dead code as well.

@h0lyalg0rithm, I added void onStartingTeardown_() override {} to the LSU in this PR as an example of what
I was talking about this morning. This method is called every time just before the unit is destroyed -- either during an
exception or a clean teardown.

@ghost ghost added bug Something isn't working enhancement New feature or request labels Oct 6, 2023
@ghost ghost requested review from h0lyalg0rithm, aarongchan and furuame October 6, 2023 21:44
@ghost ghost self-assigned this Oct 6, 2023
@ghost ghost merged commit 0c98a64 into master Oct 9, 2023
2 checks passed
@ghost ghost deleted the knutel/issue_96_allocator_class branch October 9, 2023 15:42
@ghost ghost linked an issue Oct 14, 2023 that may be closed by this pull request
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Central allocator class for all allocations
1 participant