Fix the build of MallctlHelperTest without JEMalloc
authorChristopher Dykes <cdykes@fb.com>
Tue, 6 Jun 2017 20:30:54 +0000 (13:30 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 6 Jun 2017 20:35:50 +0000 (13:35 -0700)
commitc797a08c3b5b0bd01b6d3dce214c32509ef22093
treed376ca11711c2d37c0153f2ef89c841edeba0d3c
parent1e6a1dce8fa0c0132661a4858b422be14c425dad
Fix the build of MallctlHelperTest without JEMalloc

Summary:
`kDecayCmd` was guarded such that it wasn't being defined at all if JEMalloc wasn't available.

Closes https://github.com/facebook/folly/issues/608

Reviewed By: interwq

Differential Revision: D5193721

fbshipit-source-id: 1a2666de70e90eac1e9f2e130d0452b01b3239fa
folly/test/MallctlHelperTest.cpp