gc method

void gc(
  1. GCFlag flag
)

Implementation

void gc(GCFlag flag) => C.mnn_executor_gc(ptr, flag.value);