Searched refs:TagMemoryAligned (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_poisoning.cc | 22 uptr TagMemoryAligned(uptr p, uptr size, tag_t tag) { in TagMemoryAligned() function 34 return TagMemoryAligned(start, end - start, tag); in TagMemory()
|
| H A D | hwasan_poisoning.h | 21 uptr TagMemoryAligned(uptr p, uptr size, tag_t tag);
|
| H A D | hwasan_allocator.cc | 182 user_ptr = (void *)TagMemoryAligned( in HwasanAllocate() 247 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size), in HwasanDeallocate()
|
| H A D | hwasan.cc | 445 TagMemoryAligned(p, sz, tag); in __hwasan_tag_memory()
|