Searched refs:aligned_ptr (Results 1 – 2 of 2) sorted by relevance
214 void *aligned_ptr = reinterpret_cast<void *>( in HwasanDeallocate() local218 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()
245 #define INC_ALIGNED_PTR(b, m) ((void *)aligned_ptr((void *)(b), m))249 aligned_ptr( in aligned_ptr() function