You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/SixLabors.Core/Memory/ArrayPoolMemoryAllocator.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ public ArrayPoolMemoryAllocator(int maxPoolSizeInBytes, int poolSelectorThreshol
58
58
/// </summary>
59
59
/// <param name="maxPoolSizeInBytes">The maximum size of pooled arrays. Arrays over the thershold are gonna be always allocated.</param>
60
60
/// <param name="poolSelectorThresholdInBytes">The threshold to pool arrays in <see cref="largeArrayPool"/> which has less buckets for memory safety.</param>
61
-
/// <param name="maxArraysPerBucketLargePool">Max arrays per bucket for the large array pool</param>
62
-
/// <param name="maxArraysPerBucketNormalPool">Max arrays per bucket for the normal array pool</param>
61
+
/// <param name="maxArraysPerBucketLargePool">Max arrays per bucket for the large array pool.</param>
62
+
/// <param name="maxArraysPerBucketNormalPool">Max arrays per bucket for the normal array pool.</param>
0 commit comments