Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DAllocator.h218 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
219 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() local
236 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
237 return AlignedPtr; in Allocate()
245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
246 CurPtr = AlignedPtr + Size; in Allocate()
247 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
[all …]