Searched refs:allocEltDedupPA (Results 1 – 3 of 3) sorted by relevance
103 extern const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa,
250 const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa, SizeT eltSzB, in VG_() argument311 const void *dedup_elt = VG_(allocEltDedupPA) (ddpa, eltSzB, elt); in VG_()
254 return VG_(allocEltDedupPA) (di->strpool, len+1, str); in ML_()