Changeset 97557 in webkit for trunk/Source/JavaScriptCore/heap/MarkStack.h
- Timestamp:
- Oct 15, 2011, 6:25:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/MarkStack.h
r97203 r97557 254 254 if (size == m_allocated) 255 255 return; 256 #if OS(WINDOWS) || OS(SYMBIAN)256 #if OS(WINDOWS) 257 257 // We cannot release a part of a region with VirtualFree. To get around this, 258 258 // we'll release the entire region and reallocate the size that we want.
Note:
See TracChangeset
for help on using the changeset viewer.