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