Home
last modified time | relevance | path

Searched refs:StackallocThreshold (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs53 private const int StackallocThreshold = 256; field in Google.Protobuf.ParsingPrimitives
631 Span<byte> byteSpan = length <= StackallocThreshold ? in ReadStringSlow()