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