Changeset 38672 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.h
- Timestamp:
- Nov 21, 2008, 12:09:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.h
r38665 r38672 28 28 namespace WTF { 29 29 30 // These functions call CRASH() if an allocation fails.30 // These functions call abort() 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.