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