Changeset 28449 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Dec 5, 2007, 1:16:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r28434 r28449 1890 1890 1891 1891 void TCMalloc_Central_FreeList::Init(size_t cl) { 1892 lock_.Init(); 1892 1893 size_class_ = cl; 1893 1894 DLL_Init(&empty_);
Note:
See TracChangeset
for help on using the changeset viewer.