Re: [Rd] .Call and to reclaim the memory by allocVector

2007-08-25 Thread Seth Falcon
Hi Yongchao, Yongchao Ge <[EMAIL PROTECTED]> writes: > Why am I storing a large dataset in the R? My program consist of two > parts. The first part is to get the intermediate results, the computation > of which takes a lot of time. The second part contains many > different functions to manipula

Re: [Rd] .Call and to reclaim the memory by allocVector

2007-08-25 Thread Yongchao Ge
Dear Prof. Ripley I am using 32bit Ubuntu 7.04 on Dual Core Intel Xeon Processor 5140. I do not think that it is the OS's problem in recognizing the memory released by free(), as the Calloc() and Free() pair works perfectly well in my C program. I'm assuming that the free() in your post does no