Searched refs:AlignedP (Results 1 – 4 of 4) sorted by relevance
77 uintptr_t AlignedP = in allocArray() local79 uint8_t *PP = (uint8_t *)AlignedP; in allocArray()80 size_t Adjustment = AlignedP - P; in allocArray()96 uintptr_t AlignedP = in alloc() local98 uint8_t *PP = (uint8_t *)AlignedP; in alloc()99 size_t Adjustment = AlignedP - P; in alloc()
39 void *AlignedP = reinterpret_cast<void *>( in testSecondaryBasic() local41 memset(AlignedP, 'A', Size); in testSecondaryBasic()87 void *AlignedP = reinterpret_cast<void *>( in TEST() local89 memset(AlignedP, 0xff, UserSize); in TEST()
42 void *AlignedP = reinterpret_cast<void *>( in testSecondaryBasic() local44 memset(AlignedP, 'A', Size); in testSecondaryBasic()105 void *AlignedP = reinterpret_cast<void *>( in TEST() local107 memset(AlignedP, 0xff, UserSize); in TEST()