Changeset 13015 in webkit for trunk/JavaScriptCore/kxmlcore/FastMalloc.cpp
- Timestamp:
- Feb 27, 2006, 1:36:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/FastMalloc.cpp
r12949 r13015 934 934 } 935 935 936 #if ASSERT_DISABLED 937 bool TCMalloc_PageHeap::CheckList(Span*, Length, Length) { 938 return true; 939 } 940 #else 936 941 bool TCMalloc_PageHeap::CheckList(Span* list, Length min_pages, Length max_pages) { 937 942 for (Span* s = list->next; s != list; s = s->next) { … … 944 949 return true; 945 950 } 951 #endif 946 952 947 953 //-------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.