Searched refs:new_native_bytes_allocated (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc3110 size_t new_native_bytes_allocated = native_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes); local
3111 new_native_bytes_allocated += bytes;
3112 if (new_native_bytes_allocated > native_footprint_gc_watermark_) {
3118 if (new_native_bytes_allocated > growth_limit_) {
3125 if (new_native_bytes_allocated > growth_limit_) {

Completed in 27 milliseconds