MEM_malloc         23 debug/debug.c      controller = MEM_malloc(sizeof(struct DBG_Controller_tag));
MEM_malloc        323 eval.c             str = MEM_malloc(len + 1);
MEM_malloc        448 eval.c             ret = MEM_malloc(sizeof(LocalEnvironment));
MEM_malloc        484 eval.c             args = MEM_malloc(sizeof(CRB_Value) * arg_count);
MEM_malloc         34 memory/main.c      p1 = MEM_malloc(10);
MEM_malloc         41 memory/main.c      p2 = MEM_malloc(10);
MEM_malloc         12 string_pool.c      ret = MEM_malloc(sizeof(CRB_String));
MEM_malloc        115 util.c             new_variable = MEM_malloc(sizeof(Variable));