X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2FJemallocNodumpAllocator.h;h=e6756aa170cef23fc43b6ea755816a9e6f54b05b;hp=40ebe99eb7817178aed9caf4c7bb68c737e97c61;hb=7c9e64a0cf44be563abdad056e45e8268e99ee0a;hpb=4929771e2f6251bfe22cf72b5bd08905625f6d64;ds=sidebyside diff --git a/folly/experimental/JemallocNodumpAllocator.h b/folly/experimental/JemallocNodumpAllocator.h index 40ebe99e..e6756aa1 100644 --- a/folly/experimental/JemallocNodumpAllocator.h +++ b/folly/experimental/JemallocNodumpAllocator.h @@ -76,7 +76,6 @@ class JemallocNodumpAllocator { static void deallocate(void* p, void* userData); explicit JemallocNodumpAllocator(State state = State::ENABLED); - ~JemallocNodumpAllocator(); void* allocate(size_t size); void* reallocate(void* p, size_t size); @@ -92,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,