Searched refs:MisAligned (Results 1 – 1 of 1) sorted by relevance
1066 unsigned int MisAligned = ((intptr_t) Ptr & (A - 1)); in GetMemoryForGV() local1068 (MisAligned ? (A - MisAligned) : 0); in GetMemoryForGV()