Remove unnecessary conditional logic.
commit4d74ee9d1604700392e98dd38ce0bf1042ed4a19
authorJason Evans <je@fb.com>
Thu, 7 Jan 2016 17:08:57 +0000 (7 09:08 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Thu, 7 Jan 2016 17:30:32 +0000 (7 09:30 -0800)
tree2bcd1b8c888c296e540fea7b01bda397be974794
parent98adde2998246eae4c1b9905ff2b991e40865c3d
Remove unnecessary conditional logic.

Summary:
Remove unnecessary conditional logic (#ifdef USE_JEMALLOC) so that e.g.
mallctlRead() is always implemented, even if jemalloc isn't in use.

Reviewed By: mxw

Differential Revision: D2810798

fb-gh-sync-id: 43c1834b08ccd0e4aa495bdd4a2fd25d8976e4ec
hphp/util/alloc.cpp
hphp/util/alloc.h