Changeset 155395 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Sep 9, 2013, 3:41:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r155317 r155395 55 55 static const size_t largeHeapSize = 32 * MB; // About 1.5X the average webpage. 56 56 static const size_t smallHeapSize = 1 * MB; // Matches the FastMalloc per-thread cache. 57 58 #define ENABLE_GC_LOGGING 1 57 59 58 60 #if ENABLE(GC_LOGGING)
Note:
See TracChangeset
for help on using the changeset viewer.