Open linmajia opened 8 years ago
You are right, maybe can change the order of _WIN64 and _WIN32's marco.
Any plan to follow latest jemalloc(4.0.4)?
This project isn't really needed anymore, since jemalloc now has official support for Visual Studio 2015.
@rustyx Thanks for your notice.
In jemalloc_internal_defs.h, sizeof(long) is always 4 on Windows no matter x86 or x64 is targeted.
BTW, _WIN32 is defined for both x86 and x64 targets. So _WIN32 alone cannot be used to distinguish the target.