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