|
Grok 12.0.1
|
#include <aligned_allocator.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| AlignedAllocator ()=default | |
| template<class V > | |
| AlignedAllocator (const AlignedAllocator< V > &) noexcept | |
| template<class V > | |
| value_type * | allocate (V n) |
| template<class V > | |
| void | deallocate (value_type *p, HWY_MAYBE_UNUSED V n) |
| using hwy::AlignedAllocator< T >::value_type = T |
|
default |
|
inlineexplicitnoexcept |
|
inline |
References hwy::AllocateAlignedBytes().
|
inline |
References hwy::FreeAlignedBytes().