Skip to content

extDB3 Changes to tbbmalloc

SteezCram edited this page Aug 19, 2020 · 1 revision

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"
Clone this wiki locally