free method
void
free()
Closes this instance and calls malloc.free
for the Pointer if this is the
initializer instance. See isInitializer.
Implementation
void free() {
_closed = true;
}
Closes this instance and calls malloc.free
for the Pointer if this is the
initializer instance. See isInitializer.
void free() {
_closed = true;
}