rb_hash_new      2836 array.c            VALUE hash = rb_hash_new();
rb_hash_new      1344 compile.c      			    VALUE map = rb_hash_new();
rb_hash_new      1357 encoding.c         aliases[0] = rb_hash_new();
rb_hash_new       603 enum.c             hash = rb_hash_new();
rb_hash_new        27 ext/coverage/coverage.c 	VALUE coverages = rb_hash_new();
rb_hash_new       396 ext/dbm/dbm.c      VALUE hash = rb_hash_new();
rb_hash_new       668 ext/dbm/dbm.c      hash = rb_hash_new();
rb_hash_new       655 ext/gdbm/gdbm.c     VALUE hash = rb_hash_new();
rb_hash_new      1150 ext/gdbm/gdbm.c     hash = rb_hash_new();
rb_hash_new      1200 ext/iconv/iconv.c     charset_map = rb_hash_new();
rb_hash_new       342 ext/json/ext/generator/generator.c     VALUE result = rb_hash_new();
rb_hash_new       520 ext/json/ext/generator/generator.c     VALUE result = rb_hash_new();
rb_hash_new       570 ext/json/ext/generator/generator.c     state->seen = rb_hash_new();
rb_hash_new        61 ext/json/ext/parser/parser.c     *result = rb_hash_new();
rb_hash_new       269 ext/openssl/ossl_config.c     hash = rb_hash_new();
rb_hash_new       281 ext/openssl/ossl_pkey_dh.c     hash = rb_hash_new();
rb_hash_new       316 ext/openssl/ossl_pkey_dsa.c     hash = rb_hash_new();
rb_hash_new       428 ext/openssl/ossl_pkey_rsa.c     hash = rb_hash_new();
rb_hash_new       789 ext/openssl/ossl_ssl.c     hash = rb_hash_new();
rb_hash_new       360 ext/openssl/ossl_x509name.c     hash = rb_hash_new();
rb_hash_new       254 ext/ripper/eventids1.c     h = rb_hash_new();
rb_hash_new         4 ext/ripper/eventids2table.c     VALUE h = rb_hash_new();
rb_hash_new       374 ext/sdbm/init.c     VALUE hash = rb_hash_new();
rb_hash_new       647 ext/sdbm/init.c     hash = rb_hash_new();
rb_hash_new       201 ext/syck/rubyext.c        val = rb_hash_new();
rb_hash_new       575 ext/syck/rubyext.c             obj = rb_hash_new();
rb_hash_new       800 ext/syck/rubyext.c         options = rb_hash_new();
rb_hash_new       858 ext/syck/rubyext.c     bonus->data = rb_hash_new();
rb_hash_new       891 ext/syck/rubyext.c         bonus->data = rb_hash_new();
rb_hash_new       923 ext/syck/rubyext.c     rb_ivar_set(self, s_tags, rb_hash_new());
rb_hash_new       983 ext/syck/rubyext.c             obj = rb_hash_new();
rb_hash_new      1316 ext/syck/rubyext.c             v = rb_hash_new();
rb_hash_new      1955 ext/syck/rubyext.c     bonus->data = rb_hash_new();
rb_hash_new      1959 ext/syck/rubyext.c         options = rb_hash_new();
rb_hash_new      2061 ext/syck/rubyext.c     map = rb_funcall( cMap, s_new, 3, type_id, rb_hash_new(), style );
rb_hash_new      9526 ext/tk/tcltklib.c   volatile VALUE table = rb_hash_new();
rb_hash_new      9617 ext/tk/tcltklib.c   volatile VALUE table = rb_hash_new();
rb_hash_new      9657 ext/tk/tcltklib.c   volatile VALUE table = rb_hash_new();
rb_hash_new       232 ext/tk/tkutil/tkutil.c     volatile VALUE new_keys = rb_hash_new();
rb_hash_new      1125 ext/tk/tkutil/tkutil.c   proc = rb_hash_new();
rb_hash_new      1128 ext/tk/tkutil/tkutil.c   aliases = rb_hash_new();
rb_hash_new      1751 ext/tk/tkutil/tkutil.c     CALLBACK_TABLE = rb_hash_new();
rb_hash_new      2533 ext/win32ole/win32ole.c     constant = rb_hash_new();
rb_hash_new      2659 gc.c                   hash = rb_hash_new();
rb_hash_new      2767 gc.c           	prof = rb_hash_new();
rb_hash_new       938 hash.c             result = rb_hash_new();
rb_hash_new      1571 hash.c             VALUE h = rb_hash_new();
rb_hash_new      2225 hash.c             result = rb_hash_new();
rb_hash_new      2467 hash.c             hash = rb_hash_new();
rb_hash_new       375 include/ruby/intern.h VALUE rb_hash_new(void);
rb_hash_new       278 iseq.c             VALUE opt = rb_hash_new();
rb_hash_new      1020 iseq.c             VALUE misc = rb_hash_new();
rb_hash_new      1397 marshal.c      	    v = rb_hash_new();
rb_hash_new      1472 process.c          VALUE h = rb_hash_new();
rb_hash_new       727 re.c               VALUE hash = rb_hash_new();
rb_hash_new       983 signal.c           VALUE h = rb_hash_new();
rb_hash_new      4642 string.c       		if (!hash) hash = rb_hash_new();
rb_hash_new      4669 string.c       		if (!hash) hash = rb_hash_new();
rb_hash_new      4883 string.c       		table = rb_hash_new();
rb_hash_new      3303 thread.c       	hash = rb_hash_new();
rb_hash_new      3311 thread.c       	list = rb_hash_new();
rb_hash_new      2343 transcode.c    	newhash = rb_hash_new();
rb_hash_new      1861 vm.c               rb_define_const(rb_cRubyVM, "USAGE_ANALYSIS_INSN", rb_hash_new());
rb_hash_new      1862 vm.c               rb_define_const(rb_cRubyVM, "USAGE_ANALYSIS_REGS", rb_hash_new());
rb_hash_new      1863 vm.c               rb_define_const(rb_cRubyVM, "USAGE_ANALYSIS_INSN_BIGRAM", rb_hash_new());
rb_hash_new       438 vm_dump.c      	ihash = rb_hash_new();
rb_hash_new       484 vm_dump.c      	ihash = rb_hash_new();
rb_hash_new       488 vm_dump.c      	ophash = rb_hash_new();
rb_hash_new       954 vm_insnhelper.c 	    svar->u3.value = hash = rb_hash_new();