Skip to main content

mx_externalptr_finalizer

Function mx_externalptr_finalizer 

Source
unsafe extern "C-unwind" fn mx_externalptr_finalizer(ptr: SEXP)
Expand description

Finalizer callback for R’s garbage collector.

Called when an external pointer wrapping mx_erased is collected. Invokes the object’s drop function to clean up the Rust allocation.