Reduce heap contention in Tokenizer (#20196)
### Description
<!-- Describe your changes. -->
Re-use vector buffers to prevent frequent reallocations.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Reduce process heap contention.
