Allocator

class Allocator(val base: Int = 0)

Constructors

Link copied to clipboard
constructor(base: Int = 0)

Properties

Link copied to clipboard
val base: Int = 0
Link copied to clipboard
var id: Int
Link copied to clipboard
var pool: Pool<Int>

Functions

Link copied to clipboard
fun alloc(): Int
Link copied to clipboard
fun free(value: Int)
Link copied to clipboard
fun reset()