Skip to content

Initial Release

Choose a tag to compare

@wirew0rm wirew0rm released this 15 Jan 18:04
· 8 commits to main since this release
IoBuffer: fix allocator/resource lifetime and resize/reallocate bugs

* Keep the same memory_resource for alloc/free to avoid alloc-dealloc mismatch (use resource())
* Correct resize() to always update _size
* Fix reallocate() deallocation size (use old capacity)

Signed-off-by: drslebedev <[email protected]>