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

  /external/v8/src/
spaces.h 533 static const int kChunkSize = kPagesPerChunk * Page::kPageSize;
    [all...]
spaces.cc 305 // space is always in the unit of a chunk (kChunkSize) except the last
313 max_nof_chunks_ = (capacity_ / (kChunkSize - Page::kPageSize)) + 5;
    [all...]

Completed in 14 milliseconds