[Webkit-unassigned] [Bug 85063] [BlackBerry] Add low memory check in ExecutableAllocator::underMemoryPressure() for BlackBerry platform
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 27 08:12:27 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85063
--- Comment #4 from Lyon Chen <liachen at rim.com> 2012-04-27 08:12:27 PST ---
(In reply to comment #3)
> (In reply to comment #2)
Maybe a new cross-platform header file, like WTF/wtf/memorystatus.h, and in this file we define a new function, like isMemoryLow(), but with different implementation for different platforms, and has a default implementation for platforms don't care.
And in ExecutableAllocator::underMemoryPressure(), call this function to decide whether the memory is under pressure or not.
Will create a patch for this.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list