Initial 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]>