Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc389 int young_space_size = constraints->max_young_space_size(); in SetResourceConstraints() local
391 if (young_space_size != 0 || old_gen_size != 0) { in SetResourceConstraints()
392 bool result = i::Heap::ConfigureHeap(young_space_size / 2, old_gen_size); in SetResourceConstraints()