Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1295 static const int kMinSpanListsWithSpans = 32; variable
1299 …ic const size_t kMinimumFreeCommittedPageCount = kMinSpanListsWithSpans * ((1.0f+kMinSpanListsWith…
1646 size_t numSpansToReturn = (i > kMinSpanListsWithSpans) ? length : length / 2; in scavenge()