Changeset 170420 in webkit
- Timestamp:
- Jun 24, 2014, 11:44:36 PM (11 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r170378 r170420 1 2014-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 1 11 2014-06-24 Anders Carlsson <andersca@apple.com> 2 12 -
trunk/Source/WTF/wtf/FastMalloc.cpp
r169151 r170420 112 112 113 113 // 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 0116 #else117 114 #define USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY 1 118 #endif119 115 120 116 #ifndef NDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.