proxygen
|
#include <folly/Singleton.h>
#include <folly/portability/Config.h>
#include <dlfcn.h>
#include <atomic>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <string>
#include <folly/Demangle.h>
#include <folly/Format.h>
#include <folly/ScopeGuard.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::detail | |
Macros | |
#define | FOLLY_SINGLETON_HAVE_DLSYM 1 |
#define FOLLY_SINGLETON_HAVE_DLSYM 1 |
Definition at line 39 of file Singleton.cpp.
std::vector<detail::TypeDescriptor> leakedSingletons_ |
Definition at line 209 of file Singleton.cpp.
Referenced by folly::detail::singletonThrowGetInvokedAfterDestruction().