Fix the weak linking of JEMalloc under MSVC
authorChristopher Dykes <cdykes@fb.com>
Tue, 26 Jul 2016 22:53:34 +0000 (15:53 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Tue, 26 Jul 2016 23:08:32 +0000 (16:08 -0700)
commitcdcb98c4ff11e684368d8fc9e598dc8b872b94e8
treed5896aeec6484e56e89ba1d81d691dc8c787f86a
parent76551ae88ffd2588d05d94814af75c489d1454f7
Fix the weak linking of JEMalloc under MSVC

Summary: While the previous version did compile, it wouldn't actually work at link time.

Reviewed By: meyering

Differential Revision: D3614424

fbshipit-source-id: 578677b65edca720330319594e1163d214e1400d
folly/detail/Malloc.h
folly/detail/MallocImpl.cpp