summaryrefslogtreecommitdiffstats
path: root/tools/tcmalloc
Commit message (Collapse)AuthorAgeFilesLines
* Sort memory leaks by sizejochen@chromium.org2012-06-131-1/+1
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10544118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141889 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for dump allocations created in a certain time windowjochen@chromium.org2012-06-111-0/+91
This allows for debugging e.g. objects that are not deleted during a page reload. I also added a tool for parsing and symbolizing the traces. BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/10541026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141404 0039d316-1c4b-4281-b951-d872f2087c98