QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Enumerations | |
enum class | allocator_alignment : size_t { Default = sizeof(void *) , SSE = 16 , M128 = 16 , AVX = 32 , M256 = 32 } |
Functions | |
int | posix_memalign (void **memptr, size_t alignment, size_t size) |
void * | allocate_aligned_memory (size_t align, size_t size) |
void | deallocate_aligned_memory (void *ptr) noexcept |
|
strong |
int quickcpplib::_xxx::aligned_allocator::detail::posix_memalign | ( | void ** | memptr, |
size_t | alignment, | ||
size_t | size | ||
) |
|
inline |
|
inlinenoexcept |