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

/art/runtime/gc/
H A Dheap.cc3597 size_t new_native_bytes_allocated = native_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes); local
3598 new_native_bytes_allocated += bytes;
3599 if (new_native_bytes_allocated > native_footprint_gc_watermark_) {
3605 if (new_native_bytes_allocated > growth_limit_) {
3611 new_native_bytes_allocated = native_bytes_allocated_.LoadRelaxed();
3614 if (new_native_bytes_allocated > growth_limit_) {

Completed in 75 milliseconds