Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp624 static const size_t kMinSystemAlloc = 1 << (20 - kPageShift); variable
649 static const size_t kMaxPages = kMinSystemAlloc;
2064 ASSERT(kMaxPages >= kMinSystemAlloc); in GrowHeap()
2066 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap()