Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_deduppoolalloc.c293 UInt elt2nr (DedupPoolAlloc *ddpa, const void *dedup_elt) in elt2nr() argument
295 vg_assert (dedup_elt >= (const void *)ddpa->curpool in elt2nr()
296 && dedup_elt < (const void *)ddpa->curpool_free); in elt2nr()
297 return 1 + ((const UChar*)dedup_elt - (const UChar *)ddpa->curpool) in elt2nr()
311 const void *dedup_elt = VG_(allocEltDedupPA) (ddpa, eltSzB, elt); in VG_() local
312 return elt2nr (ddpa, dedup_elt); in VG_()
318 void *dedup_elt; in VG_() local
320 dedup_elt = ddpa->curpool in VG_()
323 vg_assert ((UChar*)dedup_elt >= ddpa->curpool in VG_()
324 && (UChar*)dedup_elt < ddpa->curpool_free); in VG_()
[all …]