Allocator.AllocationNode


interface Allocator.AllocationNode


A node in a chain of Allocations.

Summary

Public functions

Allocation!

Returns the Allocation associated to this chain node.

Allocator.AllocationNode?

Returns the next chain node, or null if this is the last node in the chain.

Public functions

getAllocation

fun getAllocation(): Allocation!

Returns the Allocation associated to this chain node.

next

fun next(): Allocator.AllocationNode?

Returns the next chain node, or null if this is the last node in the chain.