Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4013 static constexpr size_t kHugeNativeAllocs = 1 * GB; variable
4053 && current_native_bytes > kHugeNativeAllocs) { in CheckGCForNative()