Home | History | Annotate | Download | only in gc

Lines Matching full:initial_size

69 Heap::Heap(size_t initial_size, size_t growth_limit, size_t min_free, size_t max_free,
93 max_allowed_footprint_(initial_size),
94 native_footprint_gc_watermark_(initial_size),
95 native_footprint_limit_(2 * initial_size),
104 concurrent_start_bytes_(concurrent_gc_ ? initial_size - kMinConcurrentRemainingBytes
166 initial_size,