Don't define MALLOCX_* if building with JEMalloc
Summary: With the way it is currently, if `jemalloc.h` is included after `folly/Malloc.h`, `jemalloc.h` ends up redefining these. This changes it to just include `jemalloc.h` if we know we're compiling with JEMalloc. Reviewed By: yfeldblum Differential Revision: D4660285 fbshipit-source-id: 814e36432676e89cf7ba2bc5247b7dde2bfdc14a
Showing
Please register or sign in to comment