Issue 172109: Enable scavenging in RenderThread::IdleHandler.
Landing of Anton Muhin's patch (antonm@google.com) BUG=none TEST=none Review URL: http://codereview.chromium.org/206017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26264 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/chrome.gyp 16 additions, 1 deletionchrome/chrome.gyp
- chrome/renderer/DEPS 1 addition, 0 deletionschrome/renderer/DEPS
- chrome/renderer/render_thread.cc 22 additions, 18 deletionschrome/renderer/render_thread.cc
- third_party/tcmalloc/config_linux.h 1 addition, 1 deletionthird_party/tcmalloc/config_linux.h
- third_party/tcmalloc/config_win.h 1 addition, 1 deletionthird_party/tcmalloc/config_win.h
- third_party/tcmalloc/google/malloc_extension.h 239 additions, 0 deletionsthird_party/tcmalloc/google/malloc_extension.h
- third_party/tcmalloc/malloc_extension.cc 326 additions, 0 deletionsthird_party/tcmalloc/malloc_extension.cc
- third_party/tcmalloc/tcmalloc.cc 5 additions, 0 deletionsthird_party/tcmalloc/tcmalloc.cc
- third_party/tcmalloc/tcmalloc.gyp 14 additions, 1 deletionthird_party/tcmalloc/tcmalloc.gyp
third_party/tcmalloc/malloc_extension.cc
0 → 100644
Please register or sign in to comment