fix build on: define own version of ALLOCM_LG_ALIGN
Summary: On --platform=gcc-4.6.2-glibc-2.13-fb the build would fail because fbcode/third-party/gcc-4.6.2-glibc-2.13-fb/libgcc/libgcc-4.6.2/b4e37bb/include/c++/4.6.2/bits/basic_fbstring_malloc.h defines it's own version of ALLOCM_SUCCESS & co., but not ALLOCM_LG_ALIGN :( The '#ifdef ALLOCM_SUCCESS' check in 'folly/Malloc.h' would pass even though we didn't include jemalloc. Test Plan: build it Reviewed By: philipp@fb.com FB internal diff: D562273
Showing
Please register or sign in to comment