Add ALLOCM_LG_ALIGN to Malloc.h
authorLucian Grijincu <lucian@fb.com>
Wed, 29 Aug 2012 23:59:36 +0000 (16:59 -0700)
committerJordan DeLong <jdelong@fb.com>
Mon, 17 Sep 2012 01:27:24 +0000 (18:27 -0700)
Test Plan: .

Reviewed By: soren@fb.com

folly/Malloc.h

index e43c2afef0ba4cfd537a92407adecb440ced994d..2d836636a771012e4d07f7fd80674f70666e12ec 100644 (file)
@@ -84,6 +84,7 @@ __attribute__((weak));
 
 #define ALLOCM_ZERO    64
 #define ALLOCM_NO_MOVE 128
+#define ALLOCM_LG_ALIGN(la) (la)
 #endif
 
 #ifdef _LIBSTDCXX_FBSTRING