Searched refs:bytes_to_next_step (Results 1 – 2 of 2) sorted by relevance
1663 next_step = next_step ? Min(next_step, o->bytes_to_next_step()) in AllocateChunk()1664 : o->bytes_to_next_step(); in AllocateChunk()
2591 intptr_t bytes_to_next_step() const { return bytes_to_next_step_; } in bytes_to_next_step() function