move Arena, ThreadCachedArena, and Malloc to memory/
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 23 Oct 2017 14:27:04 +0000 (07:27 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 23 Oct 2017 14:38:13 +0000 (07:38 -0700)
commite8252dd7b5590427839eae4e4b2d76d2c4d9cff5
treea14afdb17873d9043a9cdfd6fefd089fc8286943
parent44df8f5610adc2ab83dd1af966568aa1a1414cd2
move Arena, ThreadCachedArena, and Malloc to memory/

Summary: all memory/-destined components besides hphp includes

Reviewed By: yfeldblum, mzlee

Differential Revision: D6121822

fbshipit-source-id: 6c6214d84dcdefe4789ed5200399ae27203d6340
36 files changed:
CMakeLists.txt
folly/Arena-inl.h [deleted file]
folly/Arena.h [deleted file]
folly/Demangle.cpp
folly/FBString.h
folly/FBVector.h
folly/Makefile.am
folly/Malloc.h [deleted file]
folly/ThreadCachedArena.cpp [deleted file]
folly/ThreadCachedArena.h [deleted file]
folly/detail/MallocImpl.cpp [deleted file]
folly/detail/MallocImpl.h [deleted file]
folly/detail/MemoryIdler.cpp
folly/detail/ThreadLocalDetail.h
folly/experimental/JemallocNodumpAllocator.cpp
folly/experimental/test/JemallocNodumpAllocatorTest.cpp
folly/io/IOBuf.cpp
folly/io/TypedIOBuf.h
folly/io/test/IOBufTest.cpp
folly/memory/Arena-inl.h [new file with mode: 0644]
folly/memory/Arena.h [new file with mode: 0644]
folly/memory/MallctlHelper.h
folly/memory/Malloc.h [new file with mode: 0644]
folly/memory/ThreadCachedArena.cpp [new file with mode: 0644]
folly/memory/ThreadCachedArena.h [new file with mode: 0644]
folly/memory/detail/MallocImpl.cpp [new file with mode: 0644]
folly/memory/detail/MallocImpl.h [new file with mode: 0644]
folly/memory/test/ArenaTest.cpp [new file with mode: 0644]
folly/memory/test/MallctlHelperTest.cpp
folly/memory/test/ThreadCachedArenaTest.cpp [new file with mode: 0644]
folly/small_vector.h
folly/test/ArenaSmartPtrTest.cpp
folly/test/ArenaTest.cpp [deleted file]
folly/test/ConcurrentSkipListTest.cpp
folly/test/MemoryTest.cpp
folly/test/ThreadCachedArenaTest.cpp [deleted file]