Home
last modified time | relevance | path

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

/external/valgrind/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_()
93 new_table = (Context**) CLG_MALLOC("cl.context.rct.1", in resize_cxt_table()
189 cxt = (Context*) CLG_MALLOC("cl.context.nc.1", in new_cxt()
298 fn_node** new_array = (fn_node**) CLG_MALLOC("cl.context.pc.1", in CLG_()
Djumps.c47 jccs->table = (jCC**) CLG_MALLOC("cl.jumps.ijh.1", in CLG_()
91 new_table = (jCC**) CLG_MALLOC("cl.jumps.rjt.1", in resize_jcc_table()
146 jcc = (jCC*) CLG_MALLOC("cl.jumps.nj.1", sizeof(jCC)); in new_jcc()
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()
344 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", in new_fn_node()
630 a->array = (UInt*) CLG_MALLOC("cl.fn.gfe.1", in CLG_()
674 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()
132 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_()
Dthreads.c80 thread = CLG_MALLOC("cl.threads.it.1", VG_N_THREADS * sizeof thread[0]); in CLG_()
106 t = (thread_info*) CLG_MALLOC("cl.threads.nt.1", in new_thread()
328 es = (exec_state*) CLG_MALLOC("cl.threads.nes.1", in new_exec_state()
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()
249 bbccs = (BBCC**) CLG_MALLOC("cl.bbcc.nr.1", sizeof(BBCC*) * size); in new_recursion()
274 bbcc = (BBCC*)CLG_MALLOC("cl.bbcc.nb.1", in new_bbcc()
352 HChar *mangled = CLG_MALLOC("cl.bbcc.mcxt", need); in mangled_cxt()
Devents.c64 eg = (EventGroup*) CLG_MALLOC("cl.events.group.1", in new_event_group()
132 es = (EventSet*) CLG_MALLOC("cl.events.eventset.1", sizeof(EventSet)); in eventset_from_mask()
410 em = (EventMapping*) CLG_MALLOC("cl.events.geMapping.1", in CLG_()
Dglobal.h851 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__)
854 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x) macro
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()
Dsim.c203 c->tags = (UWord*) CLG_MALLOC("cl.sim.cs_ic.1", in cachesim_initcache()
611 c->use = CLG_MALLOC("cl.sim.cu_ic.1", in cacheuse_initcache()
613 c->loaded = CLG_MALLOC("cl.sim.cu_ic.2", in cacheuse_initcache()
615 c->line_start_mask = CLG_MALLOC("cl.sim.cu_ic.3", in cacheuse_initcache()
617 c->line_end_mask = CLG_MALLOC("cl.sim.cu_ic.4", in cacheuse_initcache()
Ddump.c89 dump_array = (Bool*) CLG_MALLOC("cl.dump.ida.1", in init_dump_array()
1116 (BBCC**) CLG_MALLOC("cl.dump.pd.1", in prepare_dump()
1525 cmdbuf = CLG_MALLOC("cl.dump.ic.1", size + 1); // +1 for '\0' in init_cmdbuf()
1593 filename = (HChar*) CLG_MALLOC("cl.dump.init_dumps.2", in CLG_()
Dcallstack.c55 s->entry = (call_entry*) CLG_MALLOC("cl.callstack.ics.1", in CLG_()
Dmain.c1981 syscalltime = CLG_MALLOC("cl.main.pci.1", in CLG_()