Package io.netty.buffer
Class PooledByteBufAllocatorL
java.lang.Object
io.netty.buffer.PooledByteBufAllocatorL
The base allocator that we use for all of Arrow's memory management. Returns
UnsafeDirectLittleEndian buffers.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallocate
(long size) Returns a UnsafeDirectLittleEndian of the given size.int
long
long
long
long
-
Field Details
-
empty
-
-
Constructor Details
-
PooledByteBufAllocatorL
public PooledByteBufAllocatorL()
-
-
Method Details
-
allocate
Returns a UnsafeDirectLittleEndian of the given size. -
getChunkSize
public int getChunkSize() -
getHugeBufferSize
public long getHugeBufferSize() -
getHugeBufferCount
public long getHugeBufferCount() -
getNormalBufferSize
public long getNormalBufferSize() -
getNormalBufferCount
public long getNormalBufferCount()
-