Macaulay2 Engine
Loading...
Searching...
No Matches
◆
~our_gc_cleanup()
virtual our_gc_cleanup::~our_gc_cleanup
(
)
inline
virtual
Definition at line
188
of file
newdelete.hpp
.
189
{
190
if
(0 == GC_base(
this
))
return
;
// Non-heap object.
191
#ifdef MEMDEBUG
192
GC_REGISTER_FINALIZER_IGNORE_SELF(M2_debug_to_outer((
void
*)
this
), 0, 0, 0, 0);
193
#else
194
GC_REGISTER_FINALIZER_IGNORE_SELF(
this
, 0, 0, 0, 0);
195
#endif
196
}
our_gc_cleanup
Generated on
for Macaulay2 Engine by
1.15.0