free method
void
free()
Free memory allocated for these options.
Implementation
void free() {
_finalizer.detach(this);
calloc.free(_pointer);
}
Free memory allocated for these options.
void free() {
_finalizer.detach(this);
calloc.free(_pointer);
}