Changeset 62253 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Jul 1, 2010, 5:42:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.cpp
r60323 r62253 193 193 { 194 194 #if OS(DARWIN) 195 vm_address_t address = 0;195 /* vm_address_t address = 0; 196 196 vm_map(current_task(), &address, BLOCK_SIZE, BLOCK_OFFSET_MASK, VM_FLAGS_ANYWHERE | VM_TAG_FOR_COLLECTOR_MEMORY, MEMORY_OBJECT_NULL, 0, FALSE, VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT); 197 197 #elif OS(SYMBIAN) … … 215 215 #if ENABLE(JSC_MULTIPLE_THREADS) 216 216 #error Need to initialize pagesize safely. 217 #endif 217 #endif*/ 218 218 static size_t pagesize = getpagesize(); 219 219
Note:
See TracChangeset
for help on using the changeset viewer.