Changeset 58753 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- May 4, 2010, 5:34:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r58730 r58753 2339 2339 // Page-level allocator 2340 2340 static SpinLock pageheap_lock = SPINLOCK_INITIALIZER; 2341 static void* pageheap_memory[(sizeof(TCMalloc_PageHeap) + sizeof(void*) - 1) / sizeof(void*)];2341 static AllocAlignmentInteger pageheap_memory[(sizeof(TCMalloc_PageHeap) + sizeof(AllocAlignmentInteger) - 1) / sizeof(AllocAlignmentInteger)]; 2342 2342 static bool phinited = false; 2343 2343
Note:
See TracChangeset
for help on using the changeset viewer.