Commit 43fde9f2 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Rename folly/detail/Malloc.h to folly/detail/MallocImpl.h

Summary: This makes the name of the header match the source file.

Reviewed By: yfeldblum

Differential Revision: D5186193

fbshipit-source-id: b1f9041fb730eacb91ad167e500c25df8f8ba947
parent 54800835
......@@ -74,7 +74,7 @@ nobase_follyinclude_HEADERS = \
detail/GroupVarintDetail.h \
detail/IPAddress.h \
detail/IPAddressSource.h \
detail/Malloc.h \
detail/MallocImpl.h \
detail/MemoryIdler.h \
detail/MPMCPipelineDetail.h \
detail/RangeCommon.h \
......
......@@ -45,7 +45,7 @@
// includes and uses fbstring.
#if defined(_GLIBCXX_USE_FB) && !defined(_LIBSTDCXX_FBSTRING)
#include <folly/detail/Malloc.h>
#include <folly/detail/MallocImpl.h>
#include <folly/portability/BitsFunctexcept.h>
#include <string>
......@@ -98,7 +98,7 @@ __attribute__((__weak__));
#else // !defined(_LIBSTDCXX_FBSTRING)
#include <folly/detail/Malloc.h> /* nolint */
#include <folly/detail/MallocImpl.h> /* nolint */
#include <folly/portability/BitsFunctexcept.h> /* nolint */
#endif
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <folly/detail/Malloc.h>
#include <folly/detail/MallocImpl.h>
extern "C" {
......
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