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