HomeSort by relevance Sort by last modified time
    Searched refs:newXA (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/main/coregrind/
m_commandline.c 166 tmp_xarray = VG_(newXA)( VG_(malloc), "commandline.sua.1",
172 = VG_(newXA)( VG_(malloc), "commandline.sua.2",
178 = VG_(newXA)( VG_(malloc), "commandline.sua.3",
m_poolalloc.c 74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) );
m_xarray.c 53 XArray* VG_(newXA) ( void*(*alloc_fn)(HChar*,SizeT),
m_transtab.c 532 iea->var = VG_(newXA)(ttaux_malloc, "transtab.IEA__add",
609 oea->var = VG_(newXA)(ttaux_malloc, "transtab.OEA__add",
    [all...]
m_errormgr.c 373 text = VG_(newXA)( VG_(malloc), "errormgr.gen_suppression.1",
    [all...]
m_main.c     [all...]
  /external/valgrind/main/include/
pub_tool_xarray.h 52 extern XArray* VG_(newXA) ( void*(*alloc_fn)(HChar*,SizeT),
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 642 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
768 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
782 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
818 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
    [all...]
readdwarf.c     [all...]
storage.c 971 di->varinfo = VG_(newXA)( ML_(dinfo_zalloc),
    [all...]
d3basics.c     [all...]
readmacho.c 873 candSyms = VG_(newXA)(
    [all...]
tytypes.c 753 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
debuginfo.c 181 di->fsm.maps = VG_(newXA)(
    [all...]
readelf.c     [all...]
  /external/valgrind/main/drd/
drd_error.c 165 = VG_(newXA)( VG_(malloc), "drd.error.drdr2.1",
168 = VG_(newXA)( VG_(malloc), "drd.error.drdr2.2",
drd_semaphore.c 109 p->last_sem_post_seg = VG_(newXA)(VG_(malloc), "drd.sg-stack",
  /external/valgrind/main/exp-sgcheck/
h_main.c 645 pce.qmpMap = VG_(newXA)( VG_(malloc), "pc.h_instrument.1", VG_(free),
pc_common.c 668 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
671 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
  /external/valgrind/main/massif/
ms_main.c 312 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
359 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
hg_errors.c 435 = VG_(newXA)( HG_(zalloc), "hg.update_extra.Race.descr1",
438 = VG_(newXA)( HG_(zalloc), "hg.update_extra.Race.descr2",
    [all...]
hg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_errors.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 657 gs_watches = VG_(newXA)(gs_alloc,
    [all...]

Completed in 5702 milliseconds

1 2