Home | History | Annotate | Download | only in heap

Lines Matching defs:step_size

2643   explicit AllocationObserver(intptr_t step_size)
2644 : step_size_(step_size), bytes_to_next_step_(step_size) {
2645 DCHECK(step_size >= kPointerSize);
2650 // more frequently than the step_size we are monitoring (e.g. when there are
2663 intptr_t step_size() const { return step_size_; }
2667 // least step_size bytes have been allocated. soon_object is the address just