Home
last modified time | relevance | path

Searched refs:newXA (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/main/coregrind/
Dm_commandline.c166 tmp_xarray = VG_(newXA)( VG_(malloc), "commandline.sua.1", in VG_()
172 = VG_(newXA)( VG_(malloc), "commandline.sua.2", in VG_()
178 = VG_(newXA)( VG_(malloc), "commandline.sua.3", in VG_()
Dm_poolalloc.c74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) ); in VG_()
Dm_xarray.c53 XArray* VG_(newXA) ( void*(*alloc_fn)(HChar*,SizeT), in VG_() argument
Dm_transtab.c532 iea->var = VG_(newXA)(ttaux_malloc, "transtab.IEA__add", in InEdgeArr__add()
609 oea->var = VG_(newXA)(ttaux_malloc, "transtab.OEA__add", in OutEdgeArr__add()
1347 = VG_(newXA)(ttaux_malloc, "transtab.initialiseSector(host_extents)", in initialiseSector()
Dm_errormgr.c373 text = VG_(newXA)( VG_(malloc), "errormgr.gen_suppression.1", in gen_suppression()
Dm_main.c2064 addr2dihandle = VG_(newXA)( VG_(malloc), "main.vm.2", in valgrind_main()
/external/valgrind/main/include/
Dpub_tool_xarray.h52 extern XArray* VG_(newXA) ( void*(*alloc_fn)(HChar*,SizeT),
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf3.c642 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1", in make_general_GX()
768 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1", in empty_range_list()
782 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1", in unitary_range_list()
818 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free), in get_range_list()
2497 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.ptD.enum_type.1", in parse_type_DIE()
2629 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.pTD.struct_type.1", in parse_type_DIE()
2787 = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.ptD.array_type.1", in parse_type_DIE()
3695 tyents = VG_(newXA)( ML_(dinfo_zalloc), in new_dwarf3_reader_wrk()
3725 tempvars = VG_(newXA)( ML_(dinfo_zalloc), in new_dwarf3_reader_wrk()
3732 gexprs = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.ndrw.4", in new_dwarf3_reader_wrk()
[all …]
Dreaddwarf.c2158 dst = VG_(newXA)( ML_(dinfo_zalloc), "di.ccCt.1", ML_(dinfo_free), in summarise_context()
2229 dst = VG_(newXA)( ML_(dinfo_zalloc), \ in summarise_context()
2310 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context()
2363 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context()
2410 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context()
4160 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1", in ML_()
Dd3basics.c1018 XArray* results = VG_(newXA)( ML_(dinfo_zalloc), "di.d3basics.etG.1", in ML_()
Dstorage.c971 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc), in ML_()
998 nyu->vars = VG_(newXA)( ML_(dinfo_zalloc), "di.storage.addVar.3", in ML_()
Dreadmacho.c873 candSyms = VG_(newXA)( in ML_()
Ddebuginfo.c181 di->fsm.maps = VG_(newXA)( in alloc_DebugInfo()
3513 XArray* res = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dgsbai.1", in VG_()
3643 gvars = VG_(newXA)( ML_(dinfo_zalloc), "di.debuginfo.dggbfd.1", in VG_()
Dtytypes.c753 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1", in ML_()
/external/valgrind/main/drd/
Ddrd_error.c165 = VG_(newXA)( VG_(malloc), "drd.error.drdr2.1", in drd_report_data_race()
168 = VG_(newXA)( VG_(malloc), "drd.error.drdr2.2", in drd_report_data_race()
Ddrd_semaphore.c109 p->last_sem_post_seg = VG_(newXA)(VG_(malloc), "drd.sg-stack", in drd_semaphore_initialize()
/external/valgrind/main/exp-sgcheck/
Dpc_common.c668 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1", in pc_update_Error_extra()
671 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1", in pc_update_Error_extra()
Dh_main.c645 pce.qmpMap = VG_(newXA)( VG_(malloc), "pc.h_instrument.1", VG_(free), in h_instrument()
Dsg_main.c1494 res = VG_(newXA)( sg_malloc, "di.sg_main.cSBE.1", sg_free, sizeof(Addr) ); in calculate_StackBlock_EAs()
/external/valgrind/main/massif/
Dms_main.c312 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1", in init_alloc_fns()
359 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1", in init_ignore_fns()
2625 args_for_massif = VG_(newXA)(VG_(malloc), "ms.main.mprci.1", in ms_pre_clo_init()
/external/valgrind/main/helgrind/
Dhg_errors.c435 = VG_(newXA)( HG_(zalloc), "hg.update_extra.Race.descr1", in HG_()
438 = VG_(newXA)( HG_(zalloc), "hg.update_extra.Race.descr2", in HG_()
Dlibhb_core.c1847 = VG_(newXA)( HG_(zalloc), in verydead_thread_table_init()
2569 = VG_(newXA)( HG_(zalloc), "libhb.vts_tab_init.1", in vts_tab_init()
2873 = VG_(newXA)( HG_(zalloc), "libhb.vts_tab__do_GC.new_tab", in vts_tab__do_GC()
3677 = VG_(newXA)( HG_(zalloc), in Thr__new()
3684 thrid_to_thr_map = VG_(newXA)( HG_(zalloc), "libhb.Thr__new.4", in Thr__new()
4656 refs2del = VG_(newXA)( HG_(zalloc), "libhb.emmG.2", in event_map_maybe_GC()
Dhg_main.c2591 xa = VG_(newXA)( HG_(zalloc), "hg.pSfs.1", HG_(free), sizeof(SO*) ); in push_SO_for_sem()
2870 bar->waiting = VG_(newXA)( HG_(zalloc), "hg.eHPBIP.1", HG_(free), in evh__HG_PTHREAD_BARRIER_INIT_PRE()
3640 stack = VG_(newXA)( HG_(zalloc), "hg.lddft.1", HG_(free), sizeof(Lock*) ); in laog__do_dfs_from_to()
/external/valgrind/main/memcheck/
Dmc_errors.c1155 = VG_(newXA)( VG_(malloc), "mc.da.descr1", in describe_addr()
1158 = VG_(newXA)( VG_(malloc), "mc.da.descr2", in describe_addr()
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c657 gs_watches = VG_(newXA)(gs_alloc, in call_gdbserver()

12