Home | History | Annotate | Download | only in gc

Lines Matching refs:native_footprint_gc_watermark_

155       native_footprint_gc_watermark_(initial_size),
2906 native_footprint_gc_watermark_ = std::min(growth_limit_, target_size);
3185 if (new_native_bytes_allocated > native_footprint_gc_watermark_) {