History log of /external/webkit/Source/WebKit/android/WebCoreSupport/MemoryUsage.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be759e8b1203e29304d03ea0a8c9c3fc3b68bcb3 14-Jul-2012 John Reck <jreck@google.com> Fix stuttering caused by mallinfo

mallinfo will block any malloc/frees while it is running, and
unfortunately it is rather slow - it takes upwards of 70ms. Fortunately,
we don't need all the info mallinfo returns, and can instead query
for the total usage directly. This call merely returns a global value,
so the caching mechanism that is in place is no longer necessary.

Change-Id: Ida3af9202a6825b19b8590d4b40ca72ba2230c90
/external/webkit/Source/WebKit/android/WebCoreSupport/MemoryUsage.cpp
9d5e9234a371d13bf55a779a6257ae5e277bfb1b 16-Feb-2012 Steve Block <steveblock@chromium.org> Remove JSC-specific code and V8 guards from Android-specific code

Also removes such code from downstream edits to non-Android-specific code.

Bug: 5495373
Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
/external/webkit/Source/WebKit/android/WebCoreSupport/MemoryUsage.cpp
a2c606d1d8312a5d063e4a11e5911d9c8e4a3d19 13-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r75993: Move WebKit/android files to Source

Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
/external/webkit/Source/WebKit/android/WebCoreSupport/MemoryUsage.cpp