Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h433 size_t old_allocated = num_bytes_allocated_.load(std::memory_order_relaxed); in IsOutOfMemoryOnAllocation() local
434 size_t new_footprint = old_allocated + alloc_size; in IsOutOfMemoryOnAllocation()