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

  /external/v8/src/
spaces.h 398 // expands the space by allocating kPagesPerChunk pages except the last
400 // than kPagesPerChunk pages as well.
529 static const int kPagesPerChunk = 32;
531 static const int kPagesPerChunk = 16;
533 static const int kChunkSize = kPagesPerChunk * Page::kPageSize;
    [all...]
spaces.cc 309 // number (kPagesPerChunk) of pages for old spaces.
656 int requested_pages = Min(MemoryAllocator::kPagesPerChunk,
844 int desired_pages = Min(available_pages, MemoryAllocator::kPagesPerChunk);
    [all...]

Completed in 1598 milliseconds