compile_data_alloc  820 compile.c          return (INSN *)compile_data_alloc(iseq, sizeof(INSN));
compile_data_alloc  826 compile.c          return (LABEL *)compile_data_alloc(iseq, sizeof(LABEL));
compile_data_alloc  832 compile.c          return (ADJUST *)compile_data_alloc(iseq, sizeof(ADJUST));
compile_data_alloc 1053 compile.c      	operands = (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * argc);
compile_data_alloc 1067 compile.c          struct rb_call_info *ci = (struct rb_call_info *)compile_data_alloc(iseq, size);
compile_data_alloc 1094 compile.c          VALUE *operands = (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * 3);
compile_data_alloc 2326 compile.c      	iobj->operands = (VALUE *)compile_data_alloc(iseq, iobj->operand_size * sizeof(VALUE));
compile_data_alloc 2488 compile.c      	    (VALUE *)compile_data_alloc(iseq, sizeof(VALUE) * argc);
compile_data_alloc 3627 compile.c      	compile_data_alloc(iseq, sizeof(struct ensure_range));
compile_data_alloc 6582 compile.c      		argv = compile_data_alloc(iseq, sizeof(VALUE) * argc);