Searched refs:old_allocated (Results 1 – 1 of 1) sorted by relevance
433 size_t old_allocated = num_bytes_allocated_.load(std::memory_order_relaxed); in IsOutOfMemoryOnAllocation() local434 size_t new_footprint = old_allocated + alloc_size; in IsOutOfMemoryOnAllocation()