Home
last modified time | relevance | path

Searched refs:old_mut_list (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DNonMovingSweep.c282 bdescr *old_mut_list = cap->mut_lists[oldest_gen->no]; in nonmovingSweepMutLists() local
284 for (bdescr *bd = old_mut_list; bd; bd = bd->link) { in nonmovingSweepMutLists()
292 freeChain_lock(old_mut_list); in nonmovingSweepMutLists()