Skip to content
Prev 2610 / 10988 Next

[Rcpp-devel] Possible unprotected memory problems

By the way, R doesn't have a true reference counting mechanism on
objects.  The mechanism for determining if an object must be copied or
not is somewhat messier and relies on the NAMED field in an SEXPREC.

The CXXR project does have a reference counting mechanism for R
objects but I haven't tried it in some time.
On Fri, Jul 22, 2011 at 11:51 AM, Douglas Bates <bates at stat.wisc.edu> wrote: