Re: [Rd] Ctrl-C of functions that allocated mem

2011-06-09 Thread oliver
On Thu, Jun 09, 2011 at 04:42:33PM +0200, oliver wrote: > On Wed, Jun 08, 2011 at 08:40:21PM -0400, Simon Urbanek wrote: > > > > On Jun 8, 2011, at 8:06 PM, oliver wrote: > > > > > > > > Hello, > > > > > > > > > what happens, when a function (R-extension in C), that allocated memory > > > (str

Re: [Rd] Ctrl-C of functions that allocated mem

2011-06-09 Thread oliver
On Wed, Jun 08, 2011 at 08:40:21PM -0400, Simon Urbanek wrote: > > On Jun 8, 2011, at 8:06 PM, oliver wrote: > > > > > Hello, > > > > > > what happens, when a function (R-extension in C), that allocated memory > > (strdup(), malloc()/calloc() and so on), and is used in interactive mode, > > t

Re: [Rd] Ctrl-C of functions that allocated mem

2011-06-09 Thread oliver
On Wed, Jun 08, 2011 at 08:40:21PM -0400, Simon Urbanek wrote: > > On Jun 8, 2011, at 8:06 PM, oliver wrote: > > > > > Hello, > > > > > > what happens, when a function (R-extension in C), that allocated memory > > (strdup(), malloc()/calloc() and so on), and is used in interactive mode, > > t

Re: [Rd] Ctrl-C of functions that allocated mem

2011-06-08 Thread Simon Urbanek
On Jun 8, 2011, at 8:06 PM, oliver wrote: > > Hello, > > > what happens, when a function (R-extension in C), that allocated memory > (strdup(), malloc()/calloc() and so on), and is used in interactive mode, then > will be stopped via Ctrl-C? > > I would assume that there remains allocated mem