gc abstract method

int gc(
  1. GarbageCollection what, [
  2. int data = 0
])

Controls the garbage collector. This function performs several tasks, according to the value of the what parameter.

Implementation

int gc(GarbageCollection what, [int data = 0]);