Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dsymbol.h109 size_t rb_sym_immortal_count(void);
H A Dsymbol.c876 rb_sym_immortal_count(void) in rb_sym_immortal_count() function
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobjspace.c272 size_t rb_sym_immortal_count(void);
306 size_t immortal_symbols = rb_sym_immortal_count(); in count_symbols()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.04796 * symbol.c (rb_sym_immortal_count): added to count immortal symbols.