Commits


Pindikura Ravindra authored and Sidd committed ce12fb55107
ARROW-1807: [Java] consolidate bufs to reduce heap (#3121) - for fixed-len vectors, alloc a combined arrow buf for value and validity. - Remove the read-write locks in AllocationMgr, they contribute about 150 bytes to the heap, and aren't very useful since there isn't much contention.