Home
last modified time | relevance | path

Searched refs:AlignedPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h160 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
161 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()
165 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
168 return AlignedPtr; in Allocate()
183 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
184 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
186 return AlignedPtr; in Allocate()
194 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
195 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()
196 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
[all …]