Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h887 size_t native_footprint_gc_watermark_; variable
Dheap.cc145 native_footprint_gc_watermark_(initial_size), in Heap()
2841 native_footprint_gc_watermark_ = std::min(growth_limit_, target_size); in UpdateMaxNativeFootprint()
3112 if (new_native_bytes_allocated > native_footprint_gc_watermark_) { in RegisterNativeAllocation()