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

  /external/chromium_org/v8/src/
zone.h 53 // small (size <= kMaximumKeptSegmentSize) segment around if it finds one.
90 static const int kMaximumKeptSegmentSize = 64 * KB;
zone.cc 118 if (keep == NULL && current->size() <= kMaximumKeptSegmentSize) {

Completed in 356 milliseconds