Searched refs:new_footprint (Results 1 – 1 of 1) sorted by relevance
814 size_t new_footprint = num_bytes_allocated_ + alloc_size; in IsOutOfMemoryOnAllocation() local815 if (UNLIKELY(new_footprint > max_allowed_footprint_)) { in IsOutOfMemoryOnAllocation()816 if (UNLIKELY(new_footprint > growth_limit_)) { in IsOutOfMemoryOnAllocation()823 max_allowed_footprint_ = new_footprint; in IsOutOfMemoryOnAllocation()