Changeset 48788 in webkit for trunk/JavaScriptCore/runtime/MarkStack.h
- Timestamp:
- Sep 26, 2009, 5:47:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/MarkStack.h
r48068 r48788 154 154 if (size == m_allocated) 155 155 return; 156 #if PLATFORM(WIN) 156 #if PLATFORM(WIN) || PLATFORM(SYMBIAN) 157 157 // We cannot release a part of a region with VirtualFree. To get around this, 158 158 // we'll release the entire region and reallocate the size that we want.
Note:
See TracChangeset
for help on using the changeset viewer.