Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h590 size_t native_footprint_gc_watermark_; variable
Dheap.cc94 native_footprint_gc_watermark_(initial_size), in Heap()
1788 native_footprint_gc_watermark_ = target_size; in UpdateMaxNativeFootprint()
2080 if (static_cast<size_t>(native_bytes_allocated_) > native_footprint_gc_watermark_) { in RegisterNativeAllocation()