Hongze Zhang created ARROW-9475: ----------------------------------- Summary: Clean up usages of BaseAllocator, use BufferAllocator instead Key: ARROW-9475 URL: https://issues.apache.org/jira/browse/ARROW-9475 Project: Apache Arrow Issue Type: Improvement Affects Versions: 0.17.0 Reporter: Hongze Zhang Assignee: Hongze Zhang
Some classes' methods use BaseAllocator or cast BufferAllocator to BaseAllocator internally instead of requiring for BufferAllocator directly, e.g. codes in AllocationManager, BufferLedger. This can be optimized by exposing necessary methods from BufferAllocator. -- This message was sent by Atlassian Jira (v8.3.4#803005)