Searched refs:AlignedPtr (Results 1 – 3 of 3) sorted by relevance
165 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local166 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()170 __msan_allocated_memory(AlignedPtr, Size); in Allocate()173 return AlignedPtr; in Allocate()188 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local189 __msan_allocated_memory(AlignedPtr, Size); in Allocate()191 return AlignedPtr; in Allocate()199 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local200 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()201 __msan_allocated_memory(AlignedPtr, Size); in Allocate()[all …]
54 AlignedPtr( in ScratchSpace()57 char *ptr() const { return AlignedPtr; } in ptr()62 char *const AlignedPtr; member
59 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local61 return AlignedPtr; in Allocate()