-
Notifications
You must be signed in to change notification settings - Fork 35
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"
Torndeco is the ONLY creator of extDB3.
This repository is only for archiving and maintain this project.