Searched refs:AlignedPtr (Results 1 – 1 of 1) sorted by relevance
218 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local219 CurPtr = AlignedPtr + Size; in Allocate()223 __msan_allocated_memory(AlignedPtr, Size); in Allocate()224 return AlignedPtr; in Allocate()235 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local236 __msan_allocated_memory(AlignedPtr, Size); in Allocate()237 return AlignedPtr; in Allocate()245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local246 CurPtr = AlignedPtr + Size; in Allocate()247 __msan_allocated_memory(AlignedPtr, Size); in Allocate()[all …]