HomeSort by relevance Sort by last modified time
    Searched refs:kMaximumKeptSegmentSize (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
zone.h 91 static const int kMaximumKeptSegmentSize = 64 * KB;
zone.cc 114 while (keep != NULL && keep->size() > kMaximumKeptSegmentSize) {

Completed in 35 milliseconds