System APIs Supported During Memory Error Analysis
The following table lists the memory management functions currently supported by the
Intel® Inspector
during memory error analysis. Check the Release Notes to see if support for new APIs has been recently added.
If an API is not supported, the
Intel Inspector
may report false positive (non-existent) memory problems in functions using these APIs.
C Library Memory Management Functions
| |
---|---|
calloc
free
malloc
memalign
| posix_memalign
realloc
valloc
|
C++ Language Features
| |
operator delete
operator delete[]
| operator new
operator new[]
|
Fortran Memory Management Functions
| |
allocate
allocatable
| deallocate
|
oneAPI Threading Building Blocks (oneTBB) Memory Management Functions
| |
scalable_aligned_free
scalable_aligned_malloc
scalable_aligned_realloc
scalable_calloc
| scalable_free
scalable_malloc
scalable_posix_memalign
scalable_realloc
|