free abstract method
- Pointer<
NativeType> pointer
Releases memory allocated on the native heap.
Throws an ArgumentError if the memory pointed to by pointer
cannot be
freed.
Implementation
void free(Pointer pointer);
Releases memory allocated on the native heap.
Throws an ArgumentError if the memory pointed to by pointer
cannot be
freed.
void free(Pointer pointer);