Changeset 34378 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jun 5, 2008, 10:54:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r34360 r34378 179 179 }; 180 180 181 template <Collector::HeapType heapType> void* Collector::heapAllocate(size_t s)181 template <Collector::HeapType heapType> ALWAYS_INLINE void* Collector::heapAllocate(size_t s) 182 182 { 183 183 typedef typename HeapConstants<heapType>::Block Block;
Note:
See TracChangeset
for help on using the changeset viewer.