carb::UseCarbAllocatorAligned

Defined in carb/Memory.h

template<size_t Align = 0>
class UseCarbAllocatorAligned

An object can inherit from this class in order to use Carbonite allocation functions for creation/deletion.

Public Static Attributes

static constexpr size_t alignment = Align

The alignment amount used by this allocator.