Searched refs:AlignedP (Results 1 – 2 of 2) sorted by relevance
75 uintptr_t AlignedP = in allocArray() local77 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()78 size_t Adjustment = AlignedP - P; in allocArray()94 uintptr_t AlignedP = in alloc() local96 uint8_t *PP = (uint8_t *)AlignedP; in alloc()97 size_t Adjustment = AlignedP - P; in alloc()
66 void *AlignedP = reinterpret_cast<void *>( in testSecondaryBasic() local68 memset(AlignedP, 'A', Size); in testSecondaryBasic()139 void *AlignedP = reinterpret_cast<void *>( in TEST_F() local141 memset(AlignedP, 0xff, UserSize); in TEST_F()