projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed46f4
)
Add ALLOCM_LG_ALIGN to Malloc.h
author
Lucian Grijincu
<lucian@fb.com>
Wed, 29 Aug 2012 23:59:36 +0000
(16:59 -0700)
committer
Jordan 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
patch
|
blob
|
history
diff --git
a/folly/Malloc.h
b/folly/Malloc.h
index e43c2afef0ba4cfd537a92407adecb440ced994d..2d836636a771012e4d07f7fd80674f70666e12ec 100644
(file)
--- a/
folly/Malloc.h
+++ b/
folly/Malloc.h
@@
-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