Home
last modified time | relevance | path

Searched refs:kMaxFreeListLength (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp597 static const int kMaxFreeListLength = 256; variable
795 if (num > static_cast<int>(0.8 * kMaxFreeListLength)) in NumMoveSize()
796 num = static_cast<int>(0.8 * kMaxFreeListLength); in NumMoveSize()
2776 if (list->length() > kMaxFreeListLength) { in Deallocate()