|
RADLib
RADical C++ application framework
|
Standard-compatible aligned allocator. More...
#include <RADDataStructures.h>
Classes | |
| struct | rebind |
| Rebinds the allocator to another value type. More... | |
Public Types | |
| using | value_type = T |
Public Member Functions | |
| T * | allocate (size_t n) |
| Allocates n aligned objects. More... | |
| void | deallocate (T *ptr, size_t) |
| Frees aligned storage. More... | |
Standard-compatible aligned allocator.
| using RADData::RADAlignedAllocator< T, Alignment >::value_type = T |
|
inline |
Allocates n aligned objects.
|
inline |
Frees aligned storage.