BlockAllocator

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(name: String, stop: Int, start: Int): BlockAllocator

Creates a new block allocator with the given address range.

Creates a new block allocator with the given address range.

Value Params
start

the start address (inclusive)

stop

the stop address (exclusive)