Skip to content

Reduce LALInference memory footprint

John Douglas Veitch requested to merge john-veitch/lalsuite:roq_memleak into master

This patch reduces LALInference memory use:

  • Fixed a leak: If template generation fails in ROQ, buffers should not be left behind.
  • Reduced overhead: shortened VARNAME_MAX to 40
Edited by LALSuite Bot

Merge request reports