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

/art/runtime/gc/
H A Dheap.cc3183 size_t new_native_bytes_allocated = native_bytes_allocated_.FetchAndAddSequentiallyConsistent(bytes); local
3184 new_native_bytes_allocated += bytes;
3185 if (new_native_bytes_allocated > native_footprint_gc_watermark_) {
3191 if (new_native_bytes_allocated > growth_limit_) {
3198 if (new_native_bytes_allocated > growth_limit_) {

Completed in 18 milliseconds