Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dnative_gc_triggering.md57 `Heap::NativeMemoryOverTarget()`. This computes and compares two quantities:
/aosp_15_r20/art/runtime/gc/
H A Dheap.h1093 float NativeMemoryOverTarget(size_t current_native_bytes, bool is_gc_concurrent);
H A Dheap.cc4208 inline float Heap::NativeMemoryOverTarget(size_t current_native_bytes, bool is_gc_concurrent) { in NativeMemoryOverTarget() function in art::gc::Heap
4239 float gc_urgency = NativeMemoryOverTarget(current_native_bytes, is_gc_concurrent); in CheckGCForNative()