Searched refs:eltAlign (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dm_deduppoolalloc.c45 SizeT eltAlign; member in struct:_DedupPoolAlloc
64 always aligned on eltAlign. */
86 SizeT eltAlign,
92 vg_assert(poolSzB >= eltAlign);
94 vg_assert(poolSzB >= 10*eltAlign); /* let's say */
103 ddpa->eltAlign = eltAlign;
137 return (UChar*)VG_ROUNDUP(c, ddpa->eltAlign);
294 if (eltSzB + ddpa->eltAlign > ddpa->poolSzB) {
295 // Element (+eltAlign fo
85 newDedupPA( SizeT poolSzB, SizeT eltAlign, Alloc_Fn_t alloc_fn, const HChar* cc, Free_Fn_t free_fn ) argument
[all...]
/external/valgrind/include/
H A Dpub_tool_deduppoolalloc.h91 eltAlign is the minimum required alignement for the elements allocated
95 SizeT eltAlign,
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2861 CharUnits eltAlign = local
2866 return Address(eltPtr, eltAlign);

Completed in 124 milliseconds