Math Kernel Library Developer Guide

Avoiding Memory Leaks in oneMKL

When running, Intel® oneAPI Math Kernel Library allocates and deallocates internal buffers to facilitate better performance. However, in some cases this behavior may result in memory leaks.

To avoid memory leaks, you can do either of the following:

For the descriptions of the memory functions, see the Intel® oneAPI Math Kernel Library Developer Reference, available in the Intel Software Documentation Library.

See Also