Fix the weak references to JEMalloc under MSVC
authorChristopher Dykes <cdykes@fb.com>
Wed, 4 May 2016 17:29:15 +0000 (10:29 -0700)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Wed, 4 May 2016 17:35:42 +0000 (10:35 -0700)
commit9a47ba11a7702f5924b9de0865adae8c09ce188c
tree28f57f82c46a3f1e494d36d3e25a01fd7aaa7eeb
parentf79d6393cfd203d7293ac634328e36a7673c34e9
Fix the weak references to JEMalloc under MSVC

Summary: While the previous version did compile, it would generate warnings about symbols being defined in multiple places.

Reviewed By: yfeldblum

Differential Revision: D3255815

fb-gh-sync-id: 72f5079a3973a04bdc0b469b97ba46181e40353b
fbshipit-source-id: 72f5079a3973a04bdc0b469b97ba46181e40353b
folly/detail/Malloc.h
folly/detail/MallocImpl.cpp