free 抽象方法

void free(
  1. Pointer<NativeType> pointer
)

释放在本地堆上分配的内存。

如果指针指向的内存无法释放,则抛出ArgumentError

实现

void free(Pointer pointer);