This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System.Buffers
{
// Token: 0x02000217 RID: 535
[Token(Token = "0x2000217")]
internal static class Utilities
{
// Token: 0x06000DB7 RID: 3511 RVA: 0x00006FA8 File Offset: 0x000051A8
[Token(Token = "0x6000DB7")]
[Address(RVA = "0xBA6160", Offset = "0xBA5160", VA = "0x180BA6160")]
internal static int SelectBucketIndex(int bufferSize)
{
return 0;
}
// Token: 0x06000DB8 RID: 3512 RVA: 0x00006FC0 File Offset: 0x000051C0
[Token(Token = "0x6000DB8")]
[Address(RVA = "0xBA6150", Offset = "0xBA5150", VA = "0x180BA6150")]
internal static int GetMaxSizeForBucket(int binIndex)
{
return 0;
}
}
}