Commit b94353f2 authored by Lucian Grijincu's avatar Lucian Grijincu Committed by Jordan DeLong

Add ALLOCM_LG_ALIGN to Malloc.h

Test Plan: .

Reviewed By: soren@fb.com
parent eed46f42
...@@ -84,6 +84,7 @@ __attribute__((weak)); ...@@ -84,6 +84,7 @@ __attribute__((weak));
#define ALLOCM_ZERO 64 #define ALLOCM_ZERO 64
#define ALLOCM_NO_MOVE 128 #define ALLOCM_NO_MOVE 128
#define ALLOCM_LG_ALIGN(la) (la)
#endif #endif
#ifdef _LIBSTDCXX_FBSTRING #ifdef _LIBSTDCXX_FBSTRING
......
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