-
@UnstableApi public interface AllocatorControl
Methods for accessing and controlling the internals of an allocator. This interface is intended to be used by implementors of theBufferAllocator
,Buffer
andMemoryManager
interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferAllocator
getAllocator()
Get theBufferAllocator
instance that is the source of this allocator control.
-
-
-
Method Detail
-
getAllocator
BufferAllocator getAllocator()
Get theBufferAllocator
instance that is the source of this allocator control.- Returns:
- The
BufferAllocator
controlled by thisAllocatorControl
.
-
-