Searched refs:eltSzB (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_deduppoolalloc.h96 /* 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/
H A Dm_deduppoolalloc.c78 SizeT eltSzB; member in struct:_ht_node
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, argument
258 vg_assert (eltSzB <= ddpa->poolSzB);
262 ht_elt.key = sdbm_hash (elt, eltSzB);
264 ht_elt.eltSzB
301 allocFixedEltDedupPA(DedupPoolAlloc *ddpa, SizeT eltSzB, const void *elt) argument
[all...]

Completed in 183 milliseconds