Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp214 void *aligned_ptr = reinterpret_cast<void *>( in HwasanDeallocate() local
218 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); in HwasanDeallocate()
230 reinterpret_cast<uptr>(aligned_ptr) + orig_size); in HwasanDeallocate()
244 internal_memset(aligned_ptr, flags()->free_fill_byte, fill_size); in HwasanDeallocate()
264 TagMemoryAligned(reinterpret_cast<uptr>(aligned_ptr), TaggedSize(orig_size), in HwasanDeallocate()
268 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
275 allocator.Deallocate(cache, aligned_ptr); in HwasanDeallocate()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_types.h245 #define INC_ALIGNED_PTR(b, m) ((void *)aligned_ptr((void *)(b), m))
249 aligned_ptr( in aligned_ptr() function