memoryΒΆ
fun collect()Call garbage collector.
fun dump()TBD
fun usage()TBD
fun address(Value: any): integerReturns the internal address of
Valueas 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.