Searched refs:aligned_object_size (Results 1 – 2 of 2) sorted by relevance
85 size_t aligned_object_size) { in InvokeAllocationObservers() argument91 DCHECK_GE(aligned_object_size, next_counter_ - current_counter_); in InvokeAllocationObservers()101 if (aoc.next_counter_ - current_counter_ <= aligned_object_size) { in InvokeAllocationObservers()112 current_counter_ + aligned_object_size + observer_step_size; in InvokeAllocationObservers()127 current_counter_ + aligned_object_size + observer_step_size; in InvokeAllocationObservers()130 step_size = std::min(step_size, aligned_object_size + observer_step_size); in InvokeAllocationObservers()
69 size_t aligned_object_size);