Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp616 static const size_t kPageMapBigAllocationThreshold = 128 << 20; variable
2088 if (old_system_bytes < kPageMapBigAllocationThreshold in GrowHeap()
2089 && system_bytes_ >= kPageMapBigAllocationThreshold) { in GrowHeap()