Changeset 67371 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Sep 13, 2010, 1:58:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r66883 r67371 385 385 #if OS(DARWIN) 386 386 return malloc_size(p); 387 #elif COMPILER(MSVC) 387 #elif COMPILER(MSVC) && !PLATFORM(BREWMP) 388 // Brew MP uses its own memory allocator, so _msize does not work on the Brew MP simulator. 388 389 return _msize(const_cast<void*>(p)); 389 390 #else
Note:
See TracChangeset
for help on using the changeset viewer.