Replies: 2 comments
|
Without a code change just re-initialize it at the same location - this should zero out the allocation tree. If you wish to release the allocations - you can use the |
0 replies
|
Thank you :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What would be an efficient strategy to clean this allocator, given the only things we want to retain are parameters we passed during initialization?
All reactions