···1111// those 100 bytes (aka the static portion of the buffer) are
1212// re-used when pooling is used
13131414-var buf = try new Buffer(allocator, 100);
1414+var buf = try Buffer.init(allocator, 100);
15151616try buf.writeByte('o');
1717try buf.write("ver 9000!1");