Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp57 if (metadata_ && metadata_->right_aligned) in Beg()
157 meta->right_aligned = false; in HwasanAllocate()
351 if (b->right_aligned) { in AllocationSize()
H A Dhwasan_allocator.h36 u32 right_aligned : 1; member