Searched refs:AlignedPtr (Results 1 – 2 of 2) sorted by relevance
160 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local161 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()165 __msan_allocated_memory(AlignedPtr, Size); in Allocate()167 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()168 return AlignedPtr; in Allocate()183 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local184 __msan_allocated_memory(AlignedPtr, Size); in Allocate()185 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()186 return AlignedPtr; in Allocate()194 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local[all …]
53 AlignedPtr( in ScratchSpace()56 char *ptr() const { return AlignedPtr; } in ptr()61 char *const AlignedPtr; member