Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc123 const int kAlign = 16; in allocate_addr() local
124 CHECK(offset_from_aligned < kAlign); in allocate_addr()
125 size = (size + 2 * kAlign) & ~(kAlign - 1); in allocate_addr()