Commit 76cf8b58 authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Facebook Github Bot

Back out "folly/memory/Malloc.h: include a few more JEMalloc macro definitions"

Summary:
This was actually just incorrectly masking a inconsistency between
`folly/memory/Malloc.h` and `<jemalloc/jemalloc.h>` and the proper fix is
D10866789.

Reviewed By: elsteveogrande

Differential Revision: D12207144

fbshipit-source-id: 2ecf818c04c8e124bcfe96433a7269b3deadb502
parent 7a053dd5
...@@ -37,18 +37,6 @@ ...@@ -37,18 +37,6 @@
#ifndef MALLOCX_ZERO #ifndef MALLOCX_ZERO
#define MALLOCX_ZERO (static_cast<int>(0x40)) #define MALLOCX_ZERO (static_cast<int>(0x40))
#endif #endif
#ifndef MALLOCX_ARENA
#define MALLOCX_ARENA(_) (static_cast<int>(0))
#endif
#ifndef MALLOCX_LG_ALIGN
#define MALLOCX_LG_ALIGN(_) (static_cast<int>(0))
#endif
#ifndef MALLCTL_ARENAS_ALL
#define MALLCTL_ARENAS_ALL (static_cast<int>(0))
#endif
#ifndef MALLOCX_TCACHE_NONE
#define MALLOCX_TCACHE_NONE (static_cast<int>(0))
#endif
#endif #endif
// If using fbstring from libstdc++ (see comment in FBString.h), then // If using fbstring from libstdc++ (see comment in FBString.h), then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment