Changeset 36406 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Sep 14, 2008, 3:12:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r35803 r36406 1546 1546 // Try growing just "n" pages 1547 1547 ask = n; 1548 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); ;1548 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); 1549 1549 } 1550 1550 if (ptr == NULL) return false;
Note:
See TracChangeset
for help on using the changeset viewer.