Skip to content

function aligned_allocate(size_t) memory

template <typename T = void, size_t alignment = default_memory_alignment>
KFR_INTRINSIC T* aligned_allocate(size_t size = 1)

Allocates aligned memory

Defined at meta/memory.hpp:157