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