This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM Performance Library - usage of dynamic memory allocation

Hello

In our company we plan to use ARM Performance Library blob. After few test it appears that our application is failing due to dynamic memory allocation in real time thread which is forbidden by default by our policy. We of course could disable this sanitizers option that prevents using dynamic memory allocation inside real time thread and then ARMpl works fine, but we really want to avoid this. Question to the authors of ARMpl: is dynamic memory allocation really happens in  fftw_execute_dft_r2c() and is it possible some workaround that?

Thanks

BR

Jakub