Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap-inl.h447 size_t old_allocated = num_bytes_allocated_.load(std::memory_order_relaxed); in IsOutOfMemoryOnAllocation() local
448 size_t new_footprint = old_allocated + alloc_size; in IsOutOfMemoryOnAllocation()