HomeSort by relevance Sort by last modified time
    Searched full:kmaxgrowth (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
scanner-base.h 206 static const int kMaxGrowth = 1 * MB;
209 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth);

Completed in 1498 milliseconds