| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Enable CertDatabaseNSSTest.ImportFromPKCS12 back, since the leaks are
suppressible now.
TBR=mattm
BUG=51988
Review URL: http://codereview.chromium.org/3218011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
addresses.
TBR=timurrrr
Review URL: http://codereview.chromium.org/2853005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49935 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
debugging.
TBR=timurrrr
Review URL: http://codereview.chromium.org/2852009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49933 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
http://codereview.chromium.org/1736026/show
Review URL: http://codereview.chromium.org/1910003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46446 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=tvl
Review URL: http://codereview.chromium.org/1520043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45036 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=tvl
Review URL: http://codereview.chromium.org/1681001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45035 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=timurrrr
Review URL: http://codereview.chromium.org/1527006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43330 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
function names
(e.g. "0xdeadbeef void Foobar")
TBR=timurrrr
Review URL: http://codereview.chromium.org/1164006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42335 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
used by tcmalloc (v1.4 vs. v1.5): "deadbeef" and "0xdeadbeef".
Review URL: http://codereview.chromium.org/661279
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/603042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38896 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=willchan,thestig
Review URL: http://codereview.chromium.org/596085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38895 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This should help to get better stacks for the leaks of objects allocated within
libstdc++.
TBR=willchan
Review URL: http://codereview.chromium.org/574028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38353 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This should allow the heapcheck bot to print all the leaks found.
Review URL: http://codereview.chromium.org/522012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35274 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=willchan
Review URL: http://codereview.chromium.org/515029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
chrome_tests.sh -- a frontend for the buildbot slave to run the tests under heap leak checker.
chrome_tests.py -- almost copied from the similar scripts in ../valgrind/ and ../purify/, invokes heapcheck_test.py for each target.
heapcheck_test.py -- runs a single test, processes the logs and applies suppressions to the reports returned by the heap checker.
heapcheck_std.sh -- a tiny wrapper for IO redirection.
suppressions.py -- provides the support for Valgrind-style stack trace suppressions.
This patch was originally prepared by Alexander Potapenko (cc'ed) as http://codereview.chromium.org/400010
TBR=dank,erikkay
Review URL: http://codereview.chromium.org/455021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33451 0039d316-1c4b-4281-b951-d872f2087c98
|