Revert D2853921
authorAndrii Grynenko <andrii@fb.com>
Fri, 5 Feb 2016 20:01:26 +0000 (12:01 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Fri, 5 Feb 2016 20:20:27 +0000 (12:20 -0800)
commite0f9b5989a0cea3ae1aef97f00a3d5ca205c5e59
treecabb9611d305b154508e4b69e1e219368eaebf9f
parentada7babc2ddb0f2f4574b0aa07dbe63e9de9e4d9
Revert D2853921

Summary: This was causing memory leaks. I assume that happens if FiberManager was once requested from a thread (so that thread local was initialized), but the thread was never used since then, accumulating EventBase* in the queue.

Reviewed By: simonmar

Differential Revision: D2906752

fb-gh-sync-id: 71ab14cb051a9cee3684a30eaf6729ef65888a52
folly/AtomicIntrusiveLinkedList.h [deleted file]
folly/AtomicLinkedList.h
folly/Makefile.am
folly/experimental/fibers/Fiber.h
folly/experimental/fibers/FiberManager.h
folly/experimental/fibers/FiberManagerMap.cpp
folly/test/AtomicLinkedListTest.cpp [deleted file]