Skip to content

function aligned_allocate(size_t, size_t) memory

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

Allocates aligned memory

Defined at meta/memory.hpp:166