Home
last modified time | relevance | path

Searched refs:CLG_MALLOC (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/main/callgrind/
Dcontext.c46 s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1", in CLG_()
78 cxts.table = (Context**) CLG_MALLOC("cl.context.ict.1", in CLG_()
98 new_table = (Context**) CLG_MALLOC("cl.context.rct.1", in resize_cxt_table()
196 cxt = (Context*) CLG_MALLOC("cl.context.nc.1", in new_cxt()
305 fn_node** new_array = (fn_node**) CLG_MALLOC("cl.context.pc.1", in CLG_()
Djumps.c49 jccs->table = (jCC**) CLG_MALLOC("cl.jumps.ijh.1", in CLG_()
93 new_table = (jCC**) CLG_MALLOC("cl.jumps.rjt.1", in resize_jcc_table()
150 jcc = (jCC*) CLG_MALLOC("cl.jumps.nj.1", sizeof(jCC)); in new_jcc()
Dcommand.c70 command_file = (char*) CLG_MALLOC("cl.command.sc.1", size); in setup_control()
79 command_file2 = (char*) CLG_MALLOC("cl.command.sc.2", size); in setup_control()
85 result_file = (char*) CLG_MALLOC("cl.command.sc.3", size); in setup_control()
93 result_file2 = (char*) CLG_MALLOC("cl.command.sc.4", size); in setup_control()
98 info_file = (char*) CLG_MALLOC("cl.command.sc.5", in setup_control()
Dfn.c234 obj = (obj_node*) CLG_MALLOC("cl.fn.non.1", sizeof(obj_node)); in new_obj_node()
293 file_node* file = (file_node*) CLG_MALLOC("cl.fn.nfn.1", in new_file_node()
336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", in new_fn_node()
626 a->array = (UInt*) CLG_MALLOC("cl.fn.gfe.1", in CLG_()
670 new_array = (UInt*) CLG_MALLOC("cl.fn.rfa.1", newsize * sizeof(UInt)); in resize_fn_array()
Dbb.c44 bbs.table = (BB**) CLG_MALLOC("cl.bb.ibh.1", in CLG_()
74 new_table = (BB**) CLG_MALLOC("cl.bb.rbt.1", in resize_bb_table()
134 bb = (BB*) CLG_MALLOC("cl.bb.nb.1", size); in new_bb()
Dcosts.c46 CostChunk* cc = (CostChunk*) CLG_MALLOC("cl.costs.gc.1", in CLG_()
Dbbcc.c51 bbccs->table = (BBCC**) CLG_MALLOC("cl.bbcc.ibh.1", in CLG_()
201 new_table = (BBCC**) CLG_MALLOC("cl.bbcc.rbh.1", in resize_bbcc_hash()
251 bbccs = (BBCC**) CLG_MALLOC("cl.bbcc.nr.1", sizeof(BBCC*) * size); in new_recursion()
276 bbcc = (BBCC*)CLG_MALLOC("cl.bbcc.nb.1", in new_bbcc()
Devents.c64 eg = (EventGroup*) CLG_MALLOC("cl.events.group.1", in new_event_group()
129 es = (EventSet*) CLG_MALLOC("cl.events.eventset.1", sizeof(EventSet)); in eventset_from_mask()
479 em = (EventMapping*) CLG_MALLOC("cl.events.geMapping.1", in CLG_()
Dthreads.c103 t = (thread_info*) CLG_MALLOC("cl.threads.nt.1", in new_thread()
327 es = (exec_state*) CLG_MALLOC("cl.threads.nes.1", in new_exec_state()
Dclo.c101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1", in new_fnc()
125 config_node* node = (config_node*) CLG_MALLOC("cl.clo.nc.1", in new_config()
Dglobal.h884 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__)
887 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x) macro
Dsim.c203 c->tags = (UWord*) CLG_MALLOC("cl.sim.cs_ic.1", in cachesim_initcache()
599 c->use = CLG_MALLOC("cl.sim.cu_ic.1", in cacheuse_initcache()
601 c->loaded = CLG_MALLOC("cl.sim.cu_ic.2", in cacheuse_initcache()
603 c->line_start_mask = CLG_MALLOC("cl.sim.cu_ic.3", in cacheuse_initcache()
605 c->line_end_mask = CLG_MALLOC("cl.sim.cu_ic.4", in cacheuse_initcache()
Dcallstack.c55 s->entry = (call_entry*) CLG_MALLOC("cl.callstack.ics.1", in CLG_()
Ddump.c108 dump_array = (Bool*) CLG_MALLOC("cl.dump.ida.1", in init_dump_array()
1224 (BBCC**) CLG_MALLOC("cl.dump.pd.1", in prepare_dump()
1712 out_directory = (Char*) CLG_MALLOC("cl.dump.init_dumps.1", i+1); in CLG_()
1717 filename = (Char*) CLG_MALLOC("cl.dump.init_dumps.2", in CLG_()