Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c522 unsigned int dont_gc : 1; member
746 #define dont_gc objspace->flags.dont_gc macro
1908 dont_gc = 1; in newobj_slowpath()
3047 dont_gc = 1; in rb_objspace_call_finalizer()
5145 dont_gc = TRUE; in objspace_allrefs()
5166 dont_gc = prev_dont_gc; in objspace_allrefs()
6812 if (dont_gc) return TRUE; in garbage_collect_with_gvl()
7547 int old = dont_gc; in rb_gc_enable()
7549 dont_gc = FALSE; in rb_gc_enable()
7569 int old = dont_gc; in rb_gc_disable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/
H A Dkeyring.c1724 goto dont_gc; in keyring_gc()
1734 dont_gc: in keyring_gc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/
H A Dkeyring.c1724 goto dont_gc; in keyring_gc()
1734 dont_gc: in keyring_gc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/
H A Dkeyring.c1724 goto dont_gc; in keyring_gc()
1734 dont_gc: in keyring_gc()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.321421 dont_gc flag turned on. [ruby-core:26327]
49090 (garbage_collect): use heaps_increment in dont_gc.