| 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.
|
| Constructor and Description |
|---|
BaseAllocator(AllocationListener listener,
String name,
long initReservation,
long maxAllocation) |
BaseAllocator(BaseAllocator parentAllocator,
String name,
long initReservation,
long maxAllocation) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.