Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created July 1, 2022 01:43
Show Gist options
  • Save rgs1/f3fb6dd46ff3893bb90811d33a808a3b to your computer and use it in GitHub Desktop.
Save rgs1/f3fb6dd46ff3893bb90811d33a808a3b to your computer and use it in GitHub Desktop.
auto fragment = new Buffer::BufferFragmentImpl(out, outl,
[](const void*, size_t, const Buffer::BufferFragmentImpl* this_fragment) {
delete this_fragment;
});
Buffer::OwnedImpl buffer;
buffer.addBufferFragment(*fragment);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment