Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_deduppoolalloc.h103 extern const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa,
/external/valgrind/coregrind/
Dm_deduppoolalloc.c250 const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa, SizeT eltSzB, in VG_() argument
311 const void *dedup_elt = VG_(allocEltDedupPA) (ddpa, eltSzB, elt); in VG_()
/external/valgrind/coregrind/m_debuginfo/
Dstorage.c254 return VG_(allocEltDedupPA) (di->strpool, len+1, str); in ML_()