Displaying 1 result from an estimated 1 matches for "r_preservedobject".
2010 Jan 02
3
R-devel Digest, Vol 83, Issue 2
...nting how many times an object
should be freed.
(*: imperfect, but currently doing a very decent job - details upon
request).
That kind of feature could be provided by R's C-level API, since this
could be seen of general use as well as give an opportunity to improve
the performances of the R_PreservedObject/R_ReleaseObject duo whenever a
lot of objects are protected and/or external code is
protecting/releasing objects through a FIFO proxy.
> Reading the source (below, from memory.c) I think not, but some
> confirmation would help.
I understand the code in memory.c like an object preserved t...