Allocator

abstract class Allocator

Abstract class for allocating and freeing int blocks.

Inheritors

Properties

Link copied to clipboard
open val intBlock: IntArray

Functions

Link copied to clipboard
abstract fun recycleIntBlocks(blocks: Array<IntArray>, start: Int, end: Int)