template<typename Allocator>
class lass::util::AllocatorPerThread< Allocator >
Instantiates an Allocator per thread.
- concept: VariableAllocator or FixedAllocator, depending on template argument
- requirements: Allocator must be copyconstructible
- Warning
- it is potentially unsafe to allocate and deallocate memory in two different threads if you're using this one! This depends on underlying Allocator
Definition at line 319 of file allocator.h.