summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorerikghill@gmail.com <erikghill@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-26 21:06:35 +0000
committererikghill@gmail.com <erikghill@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-26 21:06:35 +0000
commitd448c32f07686a7060a21943a3634bd156d4ed69 (patch)
treeeb919680f210c9cf6d7a0aaefbdbd8aeb3026188 /AUTHORS
parent47ef6148e87b5410135e35afe4259344a2a458e4 (diff)
downloadchromium_src-d448c32f07686a7060a21943a3634bd156d4ed69.zip
chromium_src-d448c32f07686a7060a21943a3634bd156d4ed69.tar.gz
chromium_src-d448c32f07686a7060a21943a3634bd156d4ed69.tar.bz2
Eliminated memory growth issue by removing null objects from a list that was accumulating them. Now, the objects are removed from the list when they are no longer needed, instead of being set to null.BUG=110459TEST=1. Go to any webpage 2. Go to a different webpage 3. Go back to step 1 and repeat many times. Before the fix pool_objects_ in win2k_threadpool grows with each new webpage visited. After the fix pool_objects_.size() is bounded even as new webpages are visited.
Review URL: http://codereview.chromium.org/9243014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 07cad79..2f774e0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -159,3 +159,4 @@ Lu Guanqun <guanqun.lu@gmail.com>
François Beaufort <beaufort.francois@gmail.com>
Eriq Augustine <eriq.augustine@gmail.com>
Francois Kritzinger <francoisk777@gmail.com>
+Erik Hill <erikghill@gmail.com>