Commits


Kouhei Sutou authored and Uwe L. Korn committed 60c80817fb3
ARROW-2261: [GLib] Improve memory management for GArrowBuffer data This change introduces GBytes constructors to GArrowBuffer and GArrowMutableBuffer. GBytes has reference count feature. It means that we can share the same memory safely. We can't share the same memory safely with the current raw guint8 constructor. Author: Kouhei Sutou <kou@clear-code.com> Closes #1701 from kou/glib-buffer-accept-gbytes and squashes the following commits: 78de627 <Kouhei Sutou> Improve memory management for GArrowBuffer data