move JemallocNodumpAllocator to folly/experimental
authorPhilip Pronin <philipp@fb.com>
Tue, 13 Dec 2016 09:53:43 +0000 (01:53 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 13 Dec 2016 10:03:09 +0000 (02:03 -0800)
commitab1bf6715e09c7826389f6d927ef39c86e1156ed
tree3b6ba72f4331591b91e0b983aea503f2581e7184
parent0dd7a9a6756769a9e2142a40cf351a35c20a413f
move JemallocNodumpAllocator to folly/experimental

Summary:
Moving russoue's `JemallocNodumpAllocator` (D3147173) from
`mcrouter` codebase to `folly`, so we can use it in a few other services
that suffer from a huge core dump problem.

Reviewed By: russoue, jmswen, luciang

Differential Revision: D4311394

fbshipit-source-id: 6a13c478b939bd411e0fd37e655125f62434c366
folly/Makefile.am
folly/experimental/JemallocNodumpAllocator.cpp [new file with mode: 0644]
folly/experimental/JemallocNodumpAllocator.h [new file with mode: 0644]
folly/experimental/test/JemallocNodumpAllocatorTest.cpp [new file with mode: 0644]