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_addrinfo.c 52 = VG_(newXA)( VG_(malloc), "mc.da.descr1",
55 = VG_(newXA)( VG_(malloc), "mc.da.descr2",
m_rangemap.c 78 rm->ranges = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(Range) );
m_xarray.c 53 XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
m_transtab.c 533 iea->var = VG_(newXA)(ttaux_malloc, "transtab.IEA__add",
610 oea->var = VG_(newXA)(ttaux_malloc, "transtab.OEA__add",
    [all...]
m_errormgr.c 378 text = VG_(newXA)( VG_(malloc), "errormgr.gen_suppression.1",
    [all...]
m_main.c     [all...]
  /external/valgrind/main/include/
pub_tool_xarray.h 56 extern XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 644 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
770 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
784 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
820 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
    [all...]
readdwarf.c     [all...]
storage.c     [all...]
d3basics.c     [all...]
readmacho.c     [all...]
tytypes.c 753 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
debuginfo.c 183 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 646 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 306 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
353 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
hg_main.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 693 gs_watches = VG_(newXA)(gs_alloc,
    [all...]

Completed in 559 milliseconds

1 2