summaryrefslogtreecommitdiffstats
path: root/base/at_exit.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-131-0/+2
* AtExitManager cleanup.mmentovai@google.com2008-08-131-8/+9
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-1/+7
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+80