Searched refs:kMonitorAlignment (Results 1 – 2 of 2) sorted by relevance
188 static constexpr size_t kMonitorAlignment = 8; variable190 static constexpr size_t kAlignedMonitorSize = (sizeof(Monitor) + kMonitorAlignment - 1) &191 -kMonitorAlignment;
64 CHECK_EQ(0U, reinterpret_cast<uintptr_t>(chunk) % kMonitorAlignment); in AllocateChunk()