Re: [Rd] R_AllocatePtr

2005-07-19 Thread Thomas Lumley
On Tue, 19 Jul 2005, Paul Roebuck wrote: > Had been looking into Luke Tierney's R_AllocatePtr() and > was left with a question about exactly when does R reclaim > heap memory. Implication of 'simpleref.nw' is that one can > allocate C data on the R heap, and as long as pointer object > is alive, t

Re: [Rd] R_AllocatePtr

2005-07-19 Thread Douglas Bates
On 7/19/05, Paul Roebuck <[EMAIL PROTECTED]> wrote: > Had been looking into Luke Tierney's R_AllocatePtr() and > was left with a question about exactly when does R reclaim > heap memory. Implication of 'simpleref.nw' is that one can > allocate C data on the R heap, and as long as pointer object > i