OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:young_space_size
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/
api.cc
435
int
young_space_size
= constraints->max_young_space_size();
local
438
if (
young_space_size
!= 0 || old_gen_size != 0 || max_executable_size != 0) {
441
bool result = isolate->heap()->ConfigureHeap(
young_space_size
/ 2,
[
all
...]
Completed in 43 milliseconds