| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static AllocationListener |
AllocationListener.NOOP |
| Modifier and Type | Method and Description |
|---|---|
AllocationListener |
BufferAllocator.getListener()
Returns the allocation listener used by this allocator.
|
| Modifier and Type | Method and Description |
|---|---|
BufferAllocator |
BufferAllocator.newChildAllocator(String name,
AllocationListener listener,
long initReservation,
long maxAllocation)
Create a new child allocator.
|
| Constructor and Description |
|---|
RootAllocator(AllocationListener listener,
long limit) |
RootAllocator(AllocationListener listener,
long limit,
RoundingPolicy roundingPolicy)
Constructor.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.