Searched refs:allocEltDedupPA (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_deduppoolalloc.h47 // 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
107 extern const void* VG_(allocEltDedupPA) (DedupPoolAlloc* ddpa,
112 Similarly to VG_(allocEltDedupPA), this will return the unique number
127 Similarly to VG_(allocEltDedupPA), this will return the unique number
140 it is an error to call VG_(allocEltDedupPA) or VG_(allocFixedEltDedupPA).
/external/valgrind/coregrind/
H A Dm_deduppoolalloc.c266 static ht_node* allocEltDedupPA (DedupPoolAlloc *ddpa, SizeT eltSzB, function
323 const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa, SizeT eltSzB, function
326 return allocEltDedupPA(ddpa, eltSzB, elt)->elt;
341 const ht_node* ht_ins = allocEltDedupPA(ddpa, VG_(strlen)(str)+1, str);
367 const void *dedup_elt = VG_(allocEltDedupPA) (ddpa, eltSzB, elt);
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c248 return VG_(allocEltDedupPA) (di->strpool, len+1, str);

Completed in 76 milliseconds