Library of Assembled Shared Sources
lass::util::AllocatorConcurrentFreeList< FixedAllocator > Class Template Reference

A fixed-size lock-free free-list allocator. More...

#include <allocator.h>

Inheritance diagram for lass::util::AllocatorConcurrentFreeList< FixedAllocator >:
Collaboration diagram for lass::util::AllocatorConcurrentFreeList< FixedAllocator >:

Detailed Description

template<typename FixedAllocator = AllocatorFixed<AllocatorMalloc>>
class lass::util::AllocatorConcurrentFreeList< FixedAllocator >

A fixed-size lock-free free-list allocator.

  • concept: FixedAllocator
  • thread safe, lock-free
  • copy-constructible, not assignable

Definition at line 871 of file allocator.h.


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