Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4002 static constexpr size_t kNewNativeDiscountFactor = 2; variable
4031 size_t weighted_native_bytes = new_native_bytes / kNewNativeDiscountFactor in NativeMemoryOverTarget()
4039 add_bytes_allowed / kNewNativeDiscountFactor); in NativeMemoryOverTarget()