Index: compiler-rt/lib/scudo/standalone/tests/release_test.cpp =================================================================== --- compiler-rt/lib/scudo/standalone/tests/release_test.cpp +++ compiler-rt/lib/scudo/standalone/tests/release_test.cpp @@ -565,7 +565,7 @@ TEST(ScudoReleaseTest, BufferPool) { constexpr scudo::uptr StaticBufferCount = SCUDO_WORDSIZE - 1; - constexpr scudo::uptr StaticBufferSize = 512U; + constexpr scudo::uptr StaticBufferSize = SCUDO_CACHE_LINE_SIZE; scudo::BufferPool Pool; std::vector> Buffers;