Changeset 96373 in webkit for trunk/Source/JavaScriptCore/heap
- Timestamp:
- Sep 29, 2011, 4:09:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/AllocationSpace.h
r96372 r96373 52 52 size_t highWaterMark() { return m_markedSpace.highWaterMark(); } 53 53 54 #if ENABLE(GGC) 54 55 void gatherDirtyCells(MarkedBlock::DirtyCellVector&); 56 #endif 55 57 56 58 template<typename Functor> typename Functor::ReturnType forEachCell(Functor&);
Note:
See TracChangeset
for help on using the changeset viewer.