Commits

Matthew Topol authored 8568942859d
ARROW-14061: [Go][C++] Add Cgo Arrow Memory Pool Allocator Continuing with the idea of exposing the Compute APIs within the Go implementation via CGO, in order to ensure safer memory handling there should be an allocator implementation which uses CGO in order to allocate memory via the C++ memory pool along with utilities for tracking memory leaks. Closes #11206 from zeroshade/arrow-14061 Lead-authored-by: Matthew Topol <mtopol@factset.com> Co-authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matthew Topol <mtopol@factset.com>