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

  /external/chromium_org/v8/src/
zone.h 70 // small (size <= kMaximumKeptSegmentSize) segment around if it finds one.
102 static const int kMaximumKeptSegmentSize = 64 * KB;
  /external/v8/src/
zone.h 75 // small (size <= kMaximumKeptSegmentSize) segment around if it finds one.
107 static const int kMaximumKeptSegmentSize = 64 * KB;

Completed in 542 milliseconds