Displaying 1 result from an estimated 1 matches for "smap01n".
Did you mean:
imap01
2000 Jun 24
1
Garbage Collecting
...9;m now trying to see what the garbage collector does, I have inserted a
gc(v=T)
call at a spot in my code.
I also discovered gctorture(), but I don't claim to be an R hacker for
that matter. :-)
I do a call
> l4 <- t(apply(cbind(rep(1000000, 4)), 1, lineprofile, 1, 80,
smap01n$histogram))
and this will create a 101 * 4 element matrix. My first line in
'lineprofile' is gc(v=T), so it reports while running
Garbage collection [nr. 362602]...
629255 cons cells free (78%)
155163 Kbytes of heap free (76%)
Garbage collection [nr. 362603]...
627739 cons cells free (78%)...