realloc passed as a parameter
to ScopeBuffer, then the contents of ScopeBuffer can be extracted without needing to copy them, and ScopeBuffer.free() will not need to be called.
(T[] buf)Initialize with buf to use as scratch buffer space.
buf | Scratch buffer space, must have length that is even Example: |
realloc passed as a parameter
to ScopeBuffer, then the contents of ScopeBuffer can be extracted without needing to copy them, and ScopeBuffer.free() will not need to be called.