Changeset 14162 in webkit for trunk/JavaScriptCore/kxmlcore/FastMalloc.cpp
- Timestamp:
- May 2, 2006, 3:48:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/FastMalloc.cpp
r14004 r14162 66 66 #include "FastMalloc.h" 67 67 68 #ifndef USE_SYSTEM_MALLOC 68 69 #ifndef NDEBUG 69 70 #define USE_SYSTEM_MALLOC 1 70 71 #else 71 72 #define USE_SYSTEM_MALLOC 0 73 #endif 72 74 #endif 73 75
Note:
See TracChangeset
for help on using the changeset viewer.