| 370 | |
| 371 | int ALWAYS_INLINE num_rows() const { return num_rows_; } |
| 372 | int ALWAYS_INLINE capacity() const { return capacity_; } |
| 373 | |
| 374 | // The maximum value that capacity_ ever took, before MarkCapacity() might have changed |
| 375 | // it. |
no outgoing calls