HomeSort by relevance Sort by last modified time
    Searched refs:allocFixedEltDedupPA (Results 1 - 3 of 3) sorted by null

  /external/valgrind/include/
pub_tool_deduppoolalloc.h 48 // or using VG_(allocFixedEltDedupPA).
50 // Use VG_(allocFixedEltDedupPA) to allocate elements that are all of
52 // VG_(allocFixedEltDedupPA) will assign a sequence number to each
110 extern UInt VG_(allocFixedEltDedupPA) (DedupPoolAlloc *ddpa,
123 it is an error to call VG_(allocEltDedupPA) or VG_(allocFixedEltDedupPA).
  /external/valgrind/coregrind/
m_deduppoolalloc.c 43 SizeT fixedSzb; /* If using VG_(allocFixedEltDedupPA), size of elements */
301 UInt VG_(allocFixedEltDedupPA) (DedupPoolAlloc *ddpa,
  /external/valgrind/coregrind/m_debuginfo/
storage.c 275 fndn_ix = VG_(allocFixedEltDedupPA) (di->fndnpool, sizeof(FnDn), &fndn);
828 = VG_(allocFixedEltDedupPA)(di->cfsi_m_pool,
    [all...]

Completed in 172 milliseconds