Describe the bug
Currently, the buffers in coalesce primitive / views overallocate.
To Reproduce
Push two batches smaller than the target batch size, it will allocate twice, once for the desired capacity and once allocsting double the amount.
Expected behavior
Additional context
Describe the bug
Currently, the buffers in coalesce primitive / views overallocate.
To Reproduce
Push two batches smaller than the target batch size, it will allocate twice, once for the desired capacity and once allocsting double the amount.
Expected behavior
Additional context