ZALLOC_N 1290 compile.c iseq->body->param.keyword = keyword = ZALLOC_N(struct rb_iseq_param_keyword, 1); ZALLOC_N 1418 compile.c struct rb_iseq_param_keyword *keyword = ZALLOC_N(struct rb_iseq_param_keyword, 1); ZALLOC_N 1625 compile.c iseq->body->is_entries = ZALLOC_N(union iseq_inline_storage_entry, iseq->body->is_size); ZALLOC_N 1628 compile.c iseq->body->cc_entries = ZALLOC_N(struct rb_call_cache, iseq->body->ci_size + iseq->body->ci_kw_size); ZALLOC_N 7615 compile.c load_body->is_entries = ZALLOC_N(union iseq_inline_storage_entry, body->is_size); ZALLOC_N 7617 compile.c load_body->cc_entries = ZALLOC_N(struct rb_call_cache, body->ci_size + body->ci_kw_size); ZALLOC_N 8421 compile.c load->id_list = ZALLOC_N(ID, load->header->id_list_size); ZALLOC_N 803 id_table.c table->entries = ZALLOC_N(sa_entry, num_bins); ZALLOC_N 1210 id_table.c tbl->items = ZALLOC_N(item_t, capa); ZALLOC_N 1314 id_table.c tmp_tbl.items = ZALLOC_N(item_t, new_cap);