public class NativeUnderlyingMemory extends AllocationManager
AllocationManager.Factory| Modifier and Type | Method and Description |
|---|---|
BufferLedger |
associate(BufferAllocator allocator) |
static NativeUnderlyingMemory |
create(BufferAllocator bufferAllocator,
int size,
long nativeInstanceId,
long address)
Alias to constructor.
|
long |
getSize() |
protected long |
memoryAddress() |
protected void |
release0() |
public static NativeUnderlyingMemory create(BufferAllocator bufferAllocator, int size, long nativeInstanceId, long address)
public BufferLedger associate(BufferAllocator allocator)
associate in class AllocationManagerprotected void release0()
release0 in class AllocationManagerpublic long getSize()
getSize in class AllocationManagerprotected long memoryAddress()
memoryAddress in class AllocationManagerCopyright © 2021 The Apache Software Foundation. All rights reserved.