Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
output_buffer: only realloc once, and memset just what we need
No need looping around a realloc(), just alloc what we need upfront. Additionally, don't memset the parts we'll be copying into anyway. Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information