Index: compiler-rt/lib/scudo/standalone/combined.h =================================================================== --- compiler-rt/lib/scudo/standalone/combined.h +++ compiler-rt/lib/scudo/standalone/combined.h @@ -1524,7 +1524,7 @@ map(/*Addr=*/nullptr, roundUp(ringBufferSizeInBytes(AllocationRingBufferSize), getPageSizeCached()), - "AllocatorRingBuffer")); + "scudo:ring_buffer")); auto *RingBuffer = reinterpret_cast(RawRingBuffer); RingBuffer->Size = AllocationRingBufferSize; static_assert(sizeof(AllocationRingBuffer) %