summaryrefslogtreecommitdiffstats
path: root/base/at_exit.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-131-20/+18
* AtExitManager cleanup.mmentovai@google.com2008-08-131-7/+7
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-37/+42
* The addition of the AtExitManager test in the singleton dll test makes purify...cpu@google.com2008-08-011-1/+1
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+87