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