Skip to content

Investigate potential memory leak

Bram Veenboer requested to merge memory into master

This MR contains several changes and a new test to investigate a suspected memory leak. While the memory was not detected, the changes could still be included in the repository.

What is changed:

  • Update auxiliary memory diagnostic routines to be more usefull/reliable
  • Added new test-api-memory.x (test for memory leaks after an imaging cycle)
  • Make Proxy::get_grid consistent with Proxy::get_final_grid: return a shared_ptr<Grid>
  • Use shared_ptr<Array4D> instead of complex<float>* for the m_average_beam
Edited by Bram Veenboer

Merge request reports