Changeset 38750 in webkit for trunk/JavaScriptCore/runtime/Collector.cpp
- Timestamp:
- Nov 25, 2008, 2:05:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.cpp
r38673 r38750 288 288 // deallocation code. 289 289 290 #if COLLECT_ON_EVERY_ALLOCATION 291 collect(); 292 #endif 293 290 294 size_t numLiveObjects = heap.numLiveObjects; 291 295 size_t usedBlocks = heap.usedBlocks; 292 296 size_t i = heap.firstBlockWithPossibleSpace; 293 294 #if COLLECT_ON_EVERY_ALLOCATION295 collect();296 #endif297 297 298 298 // if we have a huge amount of extra cost, we'll try to collect even if we still have
Note:
See TracChangeset
for help on using the changeset viewer.