Library of Assembled Shared Sources
lass::util::AllocatorAligned< Alignment, VariableAllocator > Class Template Reference

#include <allocator.h>

Inheritance diagram for lass::util::AllocatorAligned< Alignment, VariableAllocator >:
Collaboration diagram for lass::util::AllocatorAligned< Alignment, VariableAllocator >:

Detailed Description

template<unsigned char Alignment, typename VariableAllocator = AllocatorMalloc>
class lass::util::AllocatorAligned< Alignment, VariableAllocator >
  • concept: VariableAllocator

AllocatorAligned adds Alignment bytes to the requested block size to be able to shift the pointer to a alignment boundary.

Definition at line 1088 of file allocator.h.


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