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