Visible to Intel only — GUID: GUID-196760F1-C973-4314-984C-1ED5A1A67656
Visible to Intel only — GUID: GUID-196760F1-C973-4314-984C-1ED5A1A67656
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 |