Searched refs:heap_growth_limit_ (Results 1 – 3 of 3) sorted by relevance
70 size_t heap_growth_limit_; variable
188 heap_growth_limit_ = 0; // 0 means no growth limit . in Parse()342 heap_growth_limit_ = size; in Parse()700 if (heap_growth_limit_ == 0) { in Parse()701 heap_growth_limit_ = heap_maximum_size_; in Parse()
723 options->heap_growth_limit_, in Init()