Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h232 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
233 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()
237 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
240 return AlignedPtr; in Allocate()
254 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
255 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
257 return AlignedPtr; in Allocate()
265 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
266 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()
267 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
[all …]