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