summaryrefslogtreecommitdiffstats
path: root/base/leak_tracker.h
Commit message (Expand)AuthorAgeFilesLines
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-132/+0
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-1/+1
* Revert 61142 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-1/+1
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-1/+1
* Revert 61127 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-301-1/+1
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-301-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Switch base to using CHECK_*.willchan@chromium.org2010-03-021-1/+1
* 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