insert bigA <> flush 1 <> word8 0x42 <> insert bigBWithout flush 1, word8 0x42 would see the zero-byte active buffer that insert returned, decide that it needed more space, and allocate a 4080-byte buffer to which only a single byte would be written.