Home
last modified time | relevance | path

Searched refs:kPagesPerTask (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmark-compact.cc5673 const int kPagesPerTask = 2; in GetMaxConcurrency() local
5676 std::max((items + 1) / kPagesPerTask, global_worklist_->Size()); in GetMaxConcurrency()