Make String.new size pools aware.
If the required capacity would fit in an embded string, returns one.
This can reduce malloc churn for code that use string buffers.
Make String.new size pools aware.
If the required capacity would fit in an embded string,
returns one.
This can reduce malloc churn for code that use string buffers.