gc
CollectError
object CollectError
Error occured while collecting
allocated
fun allocated() > int
Returns the number of allocated bytes
Returns: allocated bytes
collect
fun collect() > void !> CollectError
Triggers a GC sweep
object CollectError
Error occured while collecting
fun allocated() > int
Returns the number of allocated bytes
Returns: allocated bytes
fun collect() > void !> CollectError
Triggers a GC sweep