Home
last modified time | relevance | path

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

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