Displaying 6 results from an estimated 6 matches for "uncollect".
Did you mean:
collect
2006 Mar 31
2
R garbage collection
...ed.
If I have transient blocks reachable from the globals only by traversal
through user-controlled blocks, will they be correctly preserved?
Secondly, what are the ways to mark user controlled blocks as "roots"
for the garbage collector, so that transient blocks they reference stay
uncollected? So far I can only deduce that as long as the answer to my
first question is yes, I can bind an arbitrary symbol to them in the
global environment. Is this the best way?
Jeff Henrikson
2006 Mar 31
2
R garbage collection
...ed.
If I have transient blocks reachable from the globals only by traversal
through user-controlled blocks, will they be correctly preserved?
Secondly, what are the ways to mark user controlled blocks as "roots"
for the garbage collector, so that transient blocks they reference stay
uncollected? So far I can only deduce that as long as the answer to my
first question is yes, I can bind an arbitrary symbol to them in the
global environment. Is this the best way?
Jeff Henrikson
2001 Feb 20
2
segfault
...with it set. xxgdb gives the message
Program received signal SIGSEGV, Segmentation fault.
0x71244 in RunGenCollect (size_needed=2) at memory.c:1027
and the source listing points to FORWARD_CHILDREN(s); in the following section from
src/main/memory.c
#ifndef EXPEL_OLD_TO_NEW
/* scan nodes in uncollected old generations with old-to-new pointers */
for (gen = num_old_gens_to_collect; gen < NUM_OLD_GENERATIONS; gen++)
for (i = 0; i < NUM_NODE_CLASSES; i++)
for (s = NEXT_NODE(R_GenHeap[i].OldToNew[gen]);
s != R_GenHeap[i].OldToNew[gen];
s = NEXT_NODE(s))
FORWARD_CHILDREN(s);...
2012 Jul 10
6
getting rid of old spam from +spam Maildir ?
...s tagged as spam to 'spam' Maildir via +spam
Dovecot lmtp delivery.
after say 7 days I want to delete all spams older than 7 days,
if I simply delete mail files from the file system, is that a 'bad thing' ?
what is a proper way to do that, and scripts ?
for removing/archiving old uncollected emails in main INBOX I use
archivemail from sf, but, don't think I can do subfoldrs with archivemail
any pointers (and scripts) welcomed, thanks
--
Voytek
2012 Jan 04
1
DAHDI-Linux 2.6.0 and DAHDI-Tools 2.6.0 Released
...p: Remove DEBOUNCING_RINGING_OFF from ring_detector_state enum.
wctdm24xxp: Setup all VPMADT032 channels on hybrid cards.
dahdi: Add functions for determining spantype (E1/T1) to include/dahdi/kernel.h
dahdi: Define pr_xxx macros if not already defined.
wcte12xp: Set uncollected performance counters to -1.
wct4xxp: Remove unused t4_span.psync and t4_span.redalarms.
wctdm24xxp: Remove fwringdetect module parameter.
wctdm24xxp: Use interval for debouncing FXO polarity detection.
wctdm24xxp: Use interval for debouncing FXO battery.
wc...
2012 Jan 04
1
DAHDI-Linux 2.6.0 and DAHDI-Tools 2.6.0 Released
...p: Remove DEBOUNCING_RINGING_OFF from ring_detector_state enum.
wctdm24xxp: Setup all VPMADT032 channels on hybrid cards.
dahdi: Add functions for determining spantype (E1/T1) to include/dahdi/kernel.h
dahdi: Define pr_xxx macros if not already defined.
wcte12xp: Set uncollected performance counters to -1.
wct4xxp: Remove unused t4_span.psync and t4_span.redalarms.
wctdm24xxp: Remove fwringdetect module parameter.
wctdm24xxp: Use interval for debouncing FXO polarity detection.
wctdm24xxp: Use interval for debouncing FXO battery.
wc...