UnboundedQueue: Use alignas instead of FOLLY_ALIGNED
[folly.git] / folly / memory / Malloc.h
2017-12-01 Igor Sugakunify FOLLY_SANITIZE existing uses and add a few new
2017-12-01 Bin Liufix ASAN build
2017-11-27 Bin Liumake `usingJEMalloc()` a constexpr when USE_JEMALLOC... v2017.11.27.00
2017-10-26 Christopher DykesJust use a volatile static in Malloc.h
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/