fn threadSafeAllocator(self: *FixedBufferAllocator) Allocator
[src]
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