logging: don't clamp the log level to DFATAL in debug builds
[folly.git] / folly / experimental / JemallocNodumpAllocator.h
index a87161f02dac9af95420bb4241a6f6fa4140f91c..93b14f79dae823f5c015063706a3b8668a9e2e4c 100644 (file)
@@ -91,7 +91,7 @@ class JemallocNodumpAllocator {
   static void* alloc(
       void* chunk,
 #else
-  extent_hooks_t extent_hooks_;
+  static extent_hooks_t extent_hooks_;
   static extent_alloc_t* original_alloc_;
   static void* alloc(
       extent_hooks_t* extent,
@@ -115,4 +115,4 @@ class JemallocNodumpAllocator {
  */
 JemallocNodumpAllocator& globalJemallocNodumpAllocator();
 
-} // folly
+} // namespace folly