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

  /external/valgrind/include/
pub_tool_deduppoolalloc.h 47 // Elements can be inserted in the pool using VG_(allocEltDedupPA)
62 // Use VG_(allocEltDedupPA) for variable size elements or when the
65 // The address of an element allocated with VG_(allocEltDedupPA) does
103 extern const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa,
108 Similarly to VG_(allocEltDedupPA), this will return the unique number
123 it is an error to call VG_(allocEltDedupPA) or VG_(allocFixedEltDedupPA).
  /external/valgrind/coregrind/
m_deduppoolalloc.c 250 const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa, SizeT eltSzB,
311 const void *dedup_elt = VG_(allocEltDedupPA) (ddpa, eltSzB, elt);
  /external/valgrind/coregrind/m_debuginfo/
storage.c 257 return VG_(allocEltDedupPA) (di->strpool, len+1, str);
    [all...]

Completed in 152 milliseconds