|
|
@ -117,7 +117,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms |
|
|
|
|
|
|
|
|
int workingBufferSizeHintInBytes = workingBufferLimitInRows * destSize.Width * SizeOfVector4; |
|
|
int workingBufferSizeHintInBytes = workingBufferLimitInRows * destSize.Width * SizeOfVector4; |
|
|
var allocator = new TestMemoryAllocator(); |
|
|
var allocator = new TestMemoryAllocator(); |
|
|
allocator.EnableLogging(); |
|
|
allocator.EnableNonThreadSafeLogging(); |
|
|
configuration.MemoryAllocator = allocator; |
|
|
configuration.MemoryAllocator = allocator; |
|
|
configuration.WorkingBufferSizeHintInBytes = workingBufferSizeHintInBytes; |
|
|
configuration.WorkingBufferSizeHintInBytes = workingBufferSizeHintInBytes; |
|
|
|
|
|
|
|
|
|