Library of Assembled Shared Sources
lass::util::AllocatorPerThread< Allocator > Class Template Reference

Instantiates an Allocator per thread. More...

#include <allocator.h>

Inheritance diagram for lass::util::AllocatorPerThread< Allocator >:

Detailed Description

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.


The documentation for this class was generated from the following file: