Commits

Benjamin Kietzman authored b109195b77d
ARROW-10080: [R] Call gc() and try again in MemoryPool Allocation may fail spuriously since the garbage collector is lazy. A custom MemoryPool can force it to run when allocation may have failed spuriously then try again in case any reusable allocations have been freed. Closes #8533 from bkietz/10080-Arrow-does-not-release-un Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>