MEM_malloc         23 debug/debug.c      controller = MEM_malloc(sizeof(struct DBG_Controller_tag));
MEM_malloc        492 eval.c             str = MEM_malloc(sizeof(CRB_Char) * (len + 1));
MEM_malloc        853 eval.c             ret = MEM_malloc(sizeof(CRB_LocalEnvironment));
MEM_malloc         55 execute.c      	new_ref = MEM_malloc(sizeof(GlobalVariableRef));
MEM_malloc         29 heap.c             ret = MEM_malloc(sizeof(CRB_Object));
MEM_malloc         87 heap.c             new_str = MEM_malloc(sizeof(CRB_Char) * (len+1));
MEM_malloc        101 heap.c             ret->u.array.array = MEM_malloc(sizeof(CRB_Value) * size);
MEM_malloc         27 interface.c    	= MEM_malloc(sizeof(CRB_Value) * STACK_ALLOC_SIZE);
MEM_malloc         34 memory/main.c      p1 = MEM_malloc(10);
MEM_malloc         41 memory/main.c      p2 = MEM_malloc(10);
MEM_malloc         15 regexp.c           dest = MEM_malloc(dest_size);
MEM_malloc         37 regexp.c           crb_reg = MEM_malloc(sizeof(CRB_Regexp));
MEM_malloc         87 wchar.c            ret = MEM_malloc(sizeof(CRB_Char) * (len+1));
MEM_malloc        134 wchar.c            ret = MEM_malloc(len + 1);
MEM_malloc        162 wchar.c            tmp = MEM_malloc(mb_len + 1);