We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1977d commit c763574Copy full SHA for c763574
Sources/SwiftSyntax/BumpPtrAllocator.swift
@@ -13,7 +13,7 @@
13
/// A ``BumpPtrAllocator`` that allocates `slabSize` at a time.
14
/// Once all memory in a slab has been used, it allocates a new slab and no
15
/// memory allocations are necessary until that slab is completely filled up.
16
-@_spi(RawSyntax) @_spi(Testing)
+@_spi(BumpPtrAllocator) @_spi(Testing)
17
public class BumpPtrAllocator {
18
typealias Slab = UnsafeMutableRawBufferPointer
19
0 commit comments