| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Account and Management
See the README.md file in this directory for detailed information about Arrow's memory
allocation subsystem.
|
| org.apache.arrow.memory.rounding |
| Constructor and Description |
|---|
BaseAllocator(BaseAllocator parentAllocator,
AllocationListener listener,
String name,
long initReservation,
long maxAllocation,
RoundingPolicy roundingPolicy)
Initialize an allocator
|
RootAllocator(AllocationListener listener,
long limit,
RoundingPolicy roundingPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRoundingPolicy
The default rounding policy.
|
class |
SegmentRoundingPolicy
The rounding policy that each buffer size must a multiple of the segment size.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.