Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c523 unsigned int dont_incremental : 1; member
2540 objspace->flags.dont_incremental = FALSE; in incremental_enable()
2585 int prev_dont_incremental = objspace->flags.dont_incremental; in rb_objspace_each_objects()
2588 objspace->flags.dont_incremental = TRUE; in rb_objspace_each_objects()
3030 objspace->flags.dont_incremental = 1; in rb_objspace_call_finalizer()
6609 if (!GC_ENABLE_INCREMENTAL_MARK || objspace->flags.dont_incremental || immediate_mark) { in gc_start()
6617 if (!GC_ENABLE_LAZY_SWEEP || objspace->flags.dont_incremental) { in gc_start()