View source: R/tcc_ptr_utils.R
| tcc_free | R Documentation |
Free memory whose external pointer is tagged "rtinycc_owned" (e.g.
from tcc_malloc() or tcc_cstring()). Errors on struct pointers
(use the generated struct_<name>_free()) or borrowed pointers from
tcc_data_ptr().
tcc_free(ptr)
ptr |
External pointer to free |
NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.