Promote aligned_malloc and aligned_free
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 13 Jan 2018 01:59:41 +0000 (17:59 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 13 Jan 2018 02:07:47 +0000 (18:07 -0800)
commit47b2f8dfdc39b149accf9ae830551eee670d98d1
tree25727139d629c080b5c26655d56b2294cb6e33d1
parent337e897a2510b8f1291c6be95b3eb18f0c80cb68
Promote aligned_malloc and aligned_free

Summary:
[Folly] Promote `aligned_malloc` and `aligned_free` from `namespace folly::detail` to `namespace folly`.

And move them from `folly/portability/Memory.h` to `folly/Memory.h`.

Differential Revision: D6153394

fbshipit-source-id: eef314d2bc171910ea3c8403da9e9e1d1858ce15
16 files changed:
folly/Makefile.am
folly/Memory.h
folly/Range.h
folly/concurrency/CacheLocality.cpp
folly/concurrency/CacheLocality.h
folly/concurrency/test/CacheLocalityBenchmark.cpp
folly/concurrency/test/CacheLocalityTest.cpp
folly/detail/RangeCommon.cpp
folly/detail/RangeCommon.h
folly/detail/RangeSse42.cpp
folly/detail/RangeSse42.h
folly/portability/Memory.cpp [deleted file]
folly/portability/Memory.h
folly/test/MemoryTest.cpp
folly/test/RangeFindBenchmark.cpp
folly/test/RangeTest.cpp