Changeset 60323 in webkit for trunk/JavaScriptCore/runtime/Collector.cpp
- Timestamp:
- May 27, 2010, 2:45:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.cpp
r59526 r60323 395 395 return cell; 396 396 } 397 } while (++m_heap.nextCell != HeapConstants::cellsPerBlock); 397 block->marked.advanceToNextPossibleFreeCell(m_heap.nextCell); 398 } while (m_heap.nextCell != HeapConstants::cellsPerBlock); 398 399 m_heap.nextCell = 0; 399 400 } while (++m_heap.nextBlock != m_heap.usedBlocks);
Note:
See TracChangeset
for help on using the changeset viewer.