Changeset 27336 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Oct 31, 2007, 6:22:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r27296 r27336 1276 1276 1277 1277 // Page-level allocator 1278 #if COMPILER(MSVC)1279 static SpinLock pageheap_lock;1280 #else1281 1278 static SpinLock pageheap_lock = SPINLOCK_INITIALIZER; 1282 #endif1283 1284 1279 static void* pageheap_memory[(sizeof(TCMalloc_PageHeap) + sizeof(void*) - 1) / sizeof(void*)]; 1285 1280 static bool phinited = false;
Note:
See TracChangeset
for help on using the changeset viewer.