free method
void
free()
Implementation
void free() {
detach();
_type.free();
if (_ref != nullptr) {
calloc.free(_ref);
}
}
void free() {
detach();
_type.free();
if (_ref != nullptr) {
calloc.free(_ref);
}
}