2 references to GetAllocatedBytesForCurrentThread
Microsoft.ML.Tokenizers.Tests (2)
TiktokenTests.cs (2)
578long allocation = GC.GetAllocatedBytesForCurrentThread(); 587allocation = GC.GetAllocatedBytesForCurrentThread() - allocation;