[Webkit-unassigned] [Bug 85063] Add low memory check in ExecutableAllocator::underMemoryPressure()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 12:10:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85063





--- Comment #17 from Benjamin Poulain <benjamin at webkit.org>  2012-05-03 12:10:25 PST ---
(From update of attachment 139452)
View in context: https://bugs.webkit.org/attachment.cgi?id=139452&action=review

> Source/WTF/wtf/SystemMemoryStatus.h:41
> +#if PLATFORM(BLACKBERRY)
> +    return BlackBerry::Platform::isMemoryLow();
> +#else

I feel WTF might be a weird place for this...

--- Comment #18 from Benjamin Poulain <benjamin at webkit.org>  2012-05-03 12:10:25 PST ---
(From update of attachment 139452)
View in context: https://bugs.webkit.org/attachment.cgi?id=139452&action=review

> Source/WTF/wtf/SystemMemoryStatus.h:41
> +#if PLATFORM(BLACKBERRY)
> +    return BlackBerry::Platform::isMemoryLow();
> +#else

I feel WTF might be a weird place 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