Changeset 47842 in webkit for trunk/JavaScriptCore/runtime/Collector.cpp
- Timestamp:
- Aug 27, 2009, 4:35:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.cpp
r47799 r47842 239 239 #elif PLATFORM(WIN_OS) 240 240 void* address = _aligned_malloc(BLOCK_SIZE, BLOCK_SIZE); 241 memset(address, 0, BLOCK_SIZE); 241 242 #elif HAVE(POSIX_MEMALIGN) 242 243 void* address;
Note:
See TracChangeset
for help on using the changeset viewer.