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 | 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,
BufferManager bufferManager,
long length,
long memoryAddress)
Constructs a new ArrowBuf.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.