Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscanner.h256 static const int kMaxGrowth = 1 * MB; variable
259 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity()