Function aligned_allocate¶
function aligned_allocate(size_t) meta¶
template <typename T = void, size_t alignment = default_memory_alignment>
KFR_INTRINSIC T* aligned_allocate(size_t size = 1) Allocates aligned memory
Fully qualified name: kfr::aligned_allocate(size_t)
Declared at meta/memory.hpp:154
Function aligned_allocate¶
function aligned_allocate(size_t, size_t) meta¶
template <typename T = void>
KFR_INTRINSIC T* aligned_allocate(size_t size, size_t alignment) Allocates aligned memory
Fully qualified name: kfr::aligned_allocate(size_t, size_t)
Declared at meta/memory.hpp:163
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.