fn threadSafeAllocator(self: *FixedBufferAllocator) Allocator

Provides a lock free thread safe Allocator interface to the underlying FixedBufferAllocator WARNING using this at the same time as the interface returned by allocator is not thread safe

Parameters