Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1502 const size_t stop_for_native_allocs_; variable
Dheap.cc322 stop_for_native_allocs_(stop_for_native_allocs), in Heap()
3937 && current_native_bytes > stop_for_native_allocs_) { in CheckGCForNative()