Changeset 93918 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Aug 26, 2011, 3:23:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r93698 r93918 125 125 126 126 private: 127 friend class MarkedBlock; 128 127 129 typedef HashSet<MarkedBlock*>::iterator BlockIterator; 128 130 … … 184 186 ThreadCondition m_freeBlockCondition; 185 187 bool m_blockFreeingThreadShouldQuit; 188 #endif 189 190 #if ENABLE(SIMPLE_HEAP_PROFILING) 191 VTableSpectrum m_destroyedTypeCounts; 186 192 #endif 187 193
Note:
See TracChangeset
for help on using the changeset viewer.