Changeset 38673 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.h
- Timestamp:
- Nov 21, 2008, 1:20:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.h
r38672 r38673 28 28 namespace WTF { 29 29 30 // These functions call abort() if an allocation fails.30 // These functions call CRASH() if an allocation fails. 31 31 void* fastMalloc(size_t n); 32 32 void* fastZeroedMalloc(size_t n);
Note:
See TracChangeset
for help on using the changeset viewer.