| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Accounting and Management.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowBuf |
BufferAllocator.buffer(long size,
BufferManager manager)
Allocate a new or reused buffer of the provided size.
|
| Constructor and Description |
|---|
ArrowBuf(ReferenceManager referenceManager,
@Nullable BufferManager bufferManager,
long capacity,
long memoryAddress)
Constructs a new ArrowBuf.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.