Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h223 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
224 CurPtr = AlignedPtr + Size; in Allocate()
228 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
230 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
231 return AlignedPtr; in Allocate()
245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
246 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
247 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
248 return AlignedPtr; in Allocate()
256 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
[all …]
/external/llvm/include/llvm/Support/
DAllocator.h220 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
221 CurPtr = AlignedPtr + Size; in Allocate()
225 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
227 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
228 return AlignedPtr; in Allocate()
242 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
243 __msan_allocated_memory(AlignedPtr, Size); in Allocate()
244 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()
245 return AlignedPtr; in Allocate()
253 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
[all …]