Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3892 static constexpr size_t kNewNativeDiscountFactor = 2; variable
3915 size_t weighted_native_bytes = new_native_bytes / kNewNativeDiscountFactor in NativeMemoryOverTarget()
3923 add_bytes_allowed / kNewNativeDiscountFactor); in NativeMemoryOverTarget()