Skip to content

Commit edbd813

Browse files
committed
add link
1 parent 30926b5 commit edbd813

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Bits.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ static class Bits
1616
/// <summary>
1717
/// Safe one-shot maximum amount to be allocated on stack for temporary buffers and alike.
1818
/// </summary>
19+
/// <see href="https://learn.microsoft.com/en-us/dotnet/standard/unsafe-code/best-practices#:~:text=For%20example%2C%201024%20bytes%20could%20be%20considered%20a%20reasonable%20upper%20bound." />
1920
internal const int SafeStackMaxAllocSize = 1024;
2021

2122
/// <summary>

0 commit comments

Comments
 (0)