Changeset 10457 in webkit for trunk/JavaScriptCore/kjs/fast_malloc.cpp
- Timestamp:
- Sep 3, 2005, 11:21:54 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/fast_malloc.cpp
r10456 r10457 226 226 227 227 #include "fast_malloc.h" 228 229 #include <assert.h> 230 #include <stddef.h> 228 231 229 232 #define MALLOC_FAILURE_ACTION abort()
Note:
See TracChangeset
for help on using the changeset viewer.