Commit a936fbd8 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

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
parent e372e3d3
......@@ -326,12 +326,12 @@ nobase_follyinclude_HEADERS = \
LockTraitsBoost.h \
Logging.h \
MacAddress.h \
MallctlHelper.h \
Malloc.h \
MapUtil.h \
Math.h \
Memory.h \
MemoryMapping.h \
memory/MallctlHelper.h \
memory/UninitializedMemoryHacks.h \
MicroSpinLock.h \
MicroLock.h \
......@@ -482,7 +482,7 @@ libfollybase_la_SOURCES = \
Format.cpp \
FormatArg.cpp \
FormatTables.cpp \
MallctlHelper.cpp \
memory/MallctlHelper.cpp \
portability/BitsFunctexcept.cpp \
String.cpp \
Unicode.cpp
......
......@@ -17,11 +17,11 @@
#include <folly/detail/MemoryIdler.h>
#include <folly/Logging.h>
#include <folly/MallctlHelper.h>
#include <folly/Malloc.h>
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
#include <folly/concurrency/CacheLocality.h>
#include <folly/memory/MallctlHelper.h>
#include <folly/portability/PThread.h>
#include <folly/portability/SysMman.h>
#include <folly/portability/Unistd.h>
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <folly/MallctlHelper.h>
#include <folly/memory/MallctlHelper.h>
#include <folly/Format.h>
#include <folly/String.h>
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <folly/MallctlHelper.h>
#include <folly/memory/MallctlHelper.h>
#include <folly/Malloc.h>
#include <folly/init/Init.h>
#include <folly/portability/GTest.h>
......
......@@ -329,7 +329,7 @@ ssl_test_SOURCES = \
ssl_test_LDADD = libfollytestmain.la -lcrypto
TESTS += ssl_test
mallctl_helper_test_SOURCES = MallctlHelperTest.cpp
mallctl_helper_test_SOURCES = ../memory/test/MallctlHelperTest.cpp
mallctl_helper_test_LDADD = libfollytestmain.la
TESTS += mallctl_helper_test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment