Changeset 170420 in webkit


Ignore:
Timestamp:
Jun 24, 2014, 11:44:36 PM (11 years ago)
Author:
akling@apple.com
Message:

Run the FastMalloc scavenger thread on iOS as well.
<https://webkit.org/b/134287>
<rdar://problem/17446198>

Reviewed by Gavin Barraclough.

  • wtf/FastMalloc.cpp:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r170378 r170420  
     12014-06-24  Andreas Kling  <akling@apple.com>
     2
     3        Run the FastMalloc scavenger thread on iOS as well.
     4        <https://webkit.org/b/134287>
     5        <rdar://problem/17446198>
     6
     7        Reviewed by Gavin Barraclough.
     8
     9        * wtf/FastMalloc.cpp:
     10
    1112014-06-24  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/Source/WTF/wtf/FastMalloc.cpp

    r169151 r170420  
    112112
    113113// Use a background thread to periodically scavenge memory to release back to the system
    114 #if PLATFORM(IOS)
    115 #define USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY 0
    116 #else
    117114#define USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY 1
    118 #endif
    119115
    120116#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.