Visible to Intel only — GUID: GUID-7E3C83D9-F997-4874-BE3C-8DD549C33D18
Visible to Intel only — GUID: GUID-7E3C83D9-F997-4874-BE3C-8DD549C33D18
Automatically Replacing malloc and Other C/C++ Functions for Dynamic Memory Allocation
On Windows*, Linux* operating systems, it is possible to automatically replace all calls to standard functions for dynamic memory allocation (such as malloc) with the oneAPI Threading Building Blocks (oneTBB) scalable equivalents. Doing so can sometimes improve application performance.
Replacements are provided by the proxy library (the library names can be found in platform-specific sections below). A proxy library and a scalable memory allocator library should be taken from the same release of oneTBB, otherwise the libraries may be mutually incompatible.