Changeset 97206 in webkit for trunk/Source/JavaScriptCore/heap
- Timestamp:
- Oct 11, 2011, 6:11:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r97203 r97206 44 44 static const size_t largeHeapSize = 16 * 1024 * 1024; 45 45 static const size_t smallHeapSize = 512 * 1024; 46 #define ENABLE_GC_LOGGING 1 46 47 47 #if ENABLE(GC_LOGGING) 48 48 #if COMPILER(CLANG)
Note:
See TracChangeset
for help on using the changeset viewer.