Move folly/MallctlHelper.h to folly/memory/
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 18 Oct 2017 21:18:47 +0000 (14:18 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 18 Oct 2017 21:21:51 +0000 (14:21 -0700)
commita936fbd8818cf85f7e0c579cf1c28c395b8fd357
tree47c3f46a325195bd8c5df6f09e625dd5fa9c2d98
parente372e3d34fd57695d9655336b43e13be8784c81d
Move folly/MallctlHelper.h to folly/memory/

Summary: [Folly] Move `folly/MallctlHelper.h` to `folly/memory/`.

Reviewed By: aary

Differential Revision: D6087216

fbshipit-source-id: 4e0fa4aea976e2578127d3c340e0e9b559a224ca
folly/Makefile.am
folly/MallctlHelper.cpp [deleted file]
folly/MallctlHelper.h [deleted file]
folly/detail/MemoryIdler.cpp
folly/memory/MallctlHelper.cpp [new file with mode: 0644]
folly/memory/MallctlHelper.h [new file with mode: 0644]
folly/memory/test/MallctlHelperTest.cpp [new file with mode: 0644]
folly/test/Makefile.am
folly/test/MallctlHelperTest.cpp [deleted file]