Changeset 155413 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Sep 9, 2013, 8:16:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r155395 r155413 56 56 static const size_t smallHeapSize = 1 * MB; // Matches the FastMalloc per-thread cache. 57 57 58 #define ENABLE_GC_LOGGING 158 #define ENABLE_GC_LOGGING 0 59 59 60 60 #if ENABLE(GC_LOGGING)
Note:
See TracChangeset
for help on using the changeset viewer.