summaryrefslogtreecommitdiffstats
path: root/base/leak_tracker.h
Commit message (Expand)AuthorAgeFilesLines
* Print allocation callstacks to LOG(ERROR) rather than std err, since otherwis...eroman@chromium.org2009-11-121-1/+1
* Disable the leak tracking of URLRequests.eroman@chromium.org2009-09-301-10/+2
* Enable LeakTracker on release builds.eroman@chromium.org2009-09-221-2/+10
* Copy the leak callstacks onto the stack before crashing in LeakTracker::Check...eroman@chromium.org2009-09-211-3/+23
* Make LeakTracker be enabled using ENABLE_LEAK_TRACKER, rather than NDEBUG.eroman@chromium.org2009-09-161-8/+13
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-111-0/+106