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

Add leak detectors to all classes #17

Closed
wants to merge 2 commits into from
Closed

Add leak detectors to all classes #17

wants to merge 2 commits into from

Conversation

bparks13
Copy link
Member

@bparks13 bparks13 commented Feb 4, 2025

To make #12 easier to fix, this PR adds leak detectors to all classes. There is also some code cleanup related to these classes, renaming variables so they are less confusing, and removing local declarations of variables if they can be easily accessed via pointer.

- Clean up confusing variable names
- Remove local declarations of variables that can be easily accessed via pointer
@bparks13 bparks13 mentioned this pull request Feb 4, 2025
@bparks13 bparks13 added this to the Neuropixels 1.0f milestone Feb 4, 2025
@bparks13 bparks13 self-assigned this Feb 4, 2025
@bparks13 bparks13 marked this pull request as draft March 4, 2025 18:51
@bparks13
Copy link
Member Author

bparks13 commented Mar 4, 2025

Closing this PR, the actual memory leak is closed in PR #24 by changing to vectors of smart pointers, and all relevant changes that were initially here have been ported there to make it easier to test and review PRs.

@bparks13 bparks13 closed this Mar 4, 2025
@bparks13 bparks13 deleted the issue-11 branch March 4, 2025 20:37
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.

Add leak detector macro to all classes
1 participant