extDB3 Changes to tbbmalloc - SteezCram/extDB3 GitHub Wiki
TBBMalloc changes are just filename changes in tbbmalloc code. This is done so 32bit & 64bit can be packaged together.
Changes are to cache_aligned_allocator.cpp & tbbmalloc.cpp files i.e
#if _WIN64
#define MALLOCLIB_NAME "tbbmalloc_x64" DEBUG_SUFFIX ".dll"
#elif _WIN32
#define MALLOCLIB_NAME "tbbmalloc" DEBUG_SUFFIX ".dll"