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

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

Completed in 32 milliseconds