Closed AlexanderSinn closed 2 months ago
Since the BArena is not destructed in Arena::Finalize, we need to manually deregister it from memory profiling to avoid an assert when initializing the next time.
https://github.com/ECP-WarpX/impactx/pull/711
The proposed changes:
Summary
Since the BArena is not destructed in Arena::Finalize, we need to manually deregister it from memory profiling to avoid an assert when initializing the next time.
Additional background
https://github.com/ECP-WarpX/impactx/pull/711
Checklist
The proposed changes: