Allocator

abstract class Allocator

Abstract class for allocating and freeing byte blocks.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun recycleByteBlocks(blocks: Array<ByteArray?>, start: Int, end: Int)