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

1 2

  /external/valgrind/coregrind/
m_commandline.c 168 tmp_xarray = VG_(newXA)( VG_(malloc), "commandline.sua.1",
173 = VG_(newXA)( VG_(malloc), "commandline.sua.2",
178 = VG_(newXA)( VG_(malloc), "commandline.sua.3",
m_poolalloc.c 73 pa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) );
m_rangemap.c 77 rm->ranges = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(Range) );
m_addrinfo.c 95 = VG_(newXA)( VG_(malloc), "mc.da.descr1",
98 = VG_(newXA)( VG_(malloc), "mc.da.descr2",
m_deduppoolalloc.c 104 ddpa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) );
m_xarray.c 53 XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
141 call to VG_(newXA). So, we could instead have done
m_main.c 488 VG_(clo_suppressions) = VG_(newXA)(VG_(malloc), "main.mpclo.4",
490 VG_(clo_fullpath_after) = VG_(newXA)(VG_(malloc), "main.mpclo.5",
492 VG_(clo_req_tsyms) = VG_(newXA)(VG_(malloc), "main.mpclo.6",
    [all...]
m_transtab.c 569 XArray *var = VG_(newXA)(ttaux_malloc, "transtab.IEA__add",
650 XArray *var = VG_(newXA)(ttaux_malloc, "transtab.OEA__add",
    [all...]
m_errormgr.c 386 text = VG_(newXA)( VG_(malloc), "errormgr.gen_suppression.1",
    [all...]
  /external/valgrind/include/
pub_tool_xarray.h 57 extern XArray* VG_(newXA) ( void*(*alloc_fn)(const HChar*,SizeT),
110 done just after the call to VG_(newXA), before any element
  /external/valgrind/callgrind/
events.c 457 XArray *xa = VG_(newXA)(VG_(malloc), "cl.events.emas", VG_(free),
484 XArray *xa = VG_(newXA)(VG_(malloc), "cl.events.mcas", VG_(free),
  /external/valgrind/drd/
drd_error.c 166 = VG_(newXA)( VG_(malloc), "drd.error.drdr2.1",
169 = 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/coregrind/m_debuginfo/
readdwarf3.c 677 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.mgGX.1",
803 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.erl.1",
817 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.url.1",
853 xa = VG_(newXA)( ML_(dinfo_zalloc), "di.readdwarf3.grl.1", ML_(dinfo_free),
    [all...]
readdwarf.c 376 dirname_xa = VG_(newXA) (ML_(dinfo_zalloc), "di.rd2l.1", ML_(dinfo_free),
378 fndn_ix_xa = VG_(newXA) (ML_(dinfo_zalloc), "di.rd2l.2", ML_(dinfo_free),
    [all...]
d3basics.c     [all...]
readexidx.c 625 di->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.gCCAG",
    [all...]
readmacho.c     [all...]
storage.c     [all...]
tytypes.c 752 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
  /external/valgrind/exp-sgcheck/
h_main.c 646 pce.qmpMap = VG_(newXA)( VG_(malloc), "pc.h_instrument.1", VG_(free),
pc_common.c 667 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
670 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
  /external/valgrind/massif/
ms_main.c 300 alloc_fns = VG_(newXA)(VG_(malloc), "ms.main.iaf.1",
347 ignore_fns = VG_(newXA)(VG_(malloc), "ms.main.iif.1",
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 693 gs_watches = VG_(newXA)(gs_alloc,
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 798 milliseconds

1 2