Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp57 if (metadata_ && metadata_->right_aligned) in Beg()
135 meta->right_aligned = false; in HwasanAllocate()
280 if (b->right_aligned) { in AllocationSize()
Dhwasan_allocator.h33 u32 right_aligned : 1; member