- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I'm learning tbbmalloc, the version is tbb44_20160526oss_win
I include tbbmalloc_proxy.h, it works well in VS2010, but not in VS2015,
Who can help me, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Xijue,
Could you add some details on what’s exactly going on? I.e., is it crash of some form? What is call stack for the crash etc?
Just in case, for applications linked with the debug version of Microsoft Universal CRT (ucrtbased.dll, used since Microsoft Visual C++ 14.0) dynamic replacement of memory management functions is not supported (see https://software.intel.com/sites/default/files/managed/db/85/release_notes_tbb_4.4_u5.txt). Only release library is supported.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Xijue,
Could you add some details on what’s exactly going on? I.e., is it crash of some form? What is call stack for the crash etc?
Just in case, for applications linked with the debug version of Microsoft Universal CRT (ucrtbased.dll, used since Microsoft Visual C++ 14.0) dynamic replacement of memory management functions is not supported (see https://software.intel.com/sites/default/files/managed/db/85/release_notes_tbb_4.4_u5.txt). Only release library is supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the reply, and sorry I have described is not clear.
Yes, as you said , dynamic replacement of memory management functions is not worked well on debug version, release version is OK.
Sorry, I did not read the release notes carefully.
Thanks aggin.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page