Allocator

fr.hammons.slinc.Allocator
trait Allocator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def allocate(descriptor: TypeDescriptor, num: Int): Mem
def base: Object
def upcall[Fn](descriptor: FunctionDescriptor, target: Fn): Mem

Concrete methods

protected def methodHandleFromFn[Fn](descriptor: FunctionDescriptor, target: Fn)(using DescriptorModule): MethodHandle