free method

void free ()

Free memory on the C heap pointed to by this pointer with free().

Note that this zeros out the address.

Implementation

external void free();