Changeset 226725 in webkit for trunk/Source/JavaScriptCore/heap/HeapCellInlines.h
- Timestamp:
- Jan 10, 2018, 11:41:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapCellInlines.h
r226667 r226725 91 91 } 92 92 93 ALWAYS_INLINE Subspace* HeapCell::subspace() const94 {95 if (isLargeAllocation())96 return largeAllocation().subspace();97 return markedBlock().subspace();98 }99 100 93 } // namespace JSC 101 94
Note:
See TracChangeset
for help on using the changeset viewer.