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

incrementally remove explicit calls to free memory #194

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

GDCCP
Copy link

@GDCCP GDCCP commented Oct 18, 2021

I am just replacing alloc/free with c++ unique_ptr/vector so that no explicit code needed to free memory. As there are internal API changes, the Issue84 PR after breakdown will likely become a sequence of PRs that should be applied in order.

This is the first one, and I don't think I can submit another one independently.

rpconnectmok and others added 4 commits October 18, 2021 15:09
…s/createReverseCopy/and part of AlignmentData)
using vector to make memory management implicit in buildPeq and parts…
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.

None yet

2 participants