Windows* OS C/C++ Dynamic Memory Interface Replacement

Release version the proxy library is tbbmalloc_proxy.dll, debug version tbbmalloc_debug_proxy.dll.

The following dynamic memory functions are replaced:

Note

Prior to Intel® Threading Building Blocks (Intel® TBB) 2019, replaced global operator new might not call the std::new_handler.

To do the replacement use one of the following methods:

The OS program loader must be able to find the proxy library and the scalable memory allocator library at program load time. For that you may include the directory containing the libraries in the PATH environment variable.