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

  /external/valgrind/include/
pub_tool_deduppoolalloc.h 96 /* Allocates a new element from ddpa with eltSzB bytes to store elt.
104 SizeT eltSzB, const void *elt);
111 SizeT eltSzB, const void *elt);
  /external/valgrind/coregrind/
m_deduppoolalloc.c 78 SizeT eltSzB;
192 if (hnode1->eltSzB == hnode2->eltSzB)
193 return VG_(memcmp) (hnode1->elt, hnode2->elt, hnode1->eltSzB);
194 else if (hnode1->eltSzB < hnode2->eltSzB)
250 const void* VG_(allocEltDedupPA) (DedupPoolAlloc *ddpa, SizeT eltSzB,
258 vg_assert (eltSzB <= ddpa->poolSzB);
262 ht_elt.key = sdbm_hash (elt, eltSzB);
264 ht_elt.eltSzB = eltSzB
    [all...]

Completed in 69 milliseconds