View source: R/tcc_ptr_utils.R
| tcc_ptr_free_set_null | R Documentation |
Frees the memory pointed to by ptr_ref and sets the pointer to NULL.
Use this only when the pointed memory is not already owned by another
external pointer with its own finalizer.
tcc_ptr_free_set_null(ptr_ref)
ptr_ref |
External pointer to a pointer value. |
The updated pointer reference (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.