Changeset 51461 in webkit for trunk/JavaScriptCore/runtime/MarkStack.h
- Timestamp:
- Nov 28, 2009, 1:48:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/MarkStack.h
r49734 r51461 154 154 if (size == m_allocated) 155 155 return; 156 #if PLATFORM(WIN ) || PLATFORM(SYMBIAN)156 #if PLATFORM(WIN_OS) || 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.