Changeset 166184 in webkit for trunk/Source/WTF/wtf/FastMalloc.cpp
- Timestamp:
- Mar 24, 2014, 12:25:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/wtf/FastMalloc.cpp
r165729 r166184 80 80 #include "Assertions.h" 81 81 #include "CurrentTime.h" 82 #include "Threading.h" 82 83 83 84 #include <limits> … … 2059 2060 void* TCMalloc_PageHeap::runScavengerThread(void* context) 2060 2061 { 2062 setCurrentThreadQOSUtility(); 2063 2061 2064 static_cast<TCMalloc_PageHeap*>(context)->scavengerThread(); 2062 2065 #if (COMPILER(MSVC) || COMPILER(SUNCC))
Note:
See TracChangeset
for help on using the changeset viewer.