memoryΒΆ

fun collect()

Call garbage collector.

fun dump()

TBD

fun usage()

TBD

fun address(Value: any): integer

Returns the internal address of Value as an integer.

fun size(Value: any): list[map]

Returns information about the blocks of memory referenced by Value.

fun trace(Value: any): list[map]

Returns information about the blocks of memory referenced by Value.