Changeset 295624 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Jun 16, 2022, 7:20:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r293710 r295624 660 660 } 661 661 662 void Heap::reduceArrayBufferSize(size_t bytes) 663 { 664 m_arrayBuffers.reduceSize(bytes); 665 } 666 662 667 template<typename CellType, typename CellSet> 663 668 void Heap::finalizeMarkedUnconditionalFinalizers(CellSet& cellSet)
Note:
See TracChangeset
for help on using the changeset viewer.