C++11 allocator using volk_malloc and volk_free.
More...
#include <volk_alloc.hh>
|
| | alloc ()=default |
| template<class U> |
| constexpr | alloc (alloc< U > const &) noexcept |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t) noexcept |
template<class T>
struct volk::alloc< T >
C++11 allocator using volk_malloc and volk_free.
adapted from https://en.cppreference.com/w/cpp/named_req/Alloc
◆ value_type
◆ alloc() [1/2]
◆ alloc() [2/2]
template<class T>
template<class U>
◆ allocate()
◆ deallocate()
template<class T>
| void volk::alloc< T >::deallocate |
( |
T * | p, |
|
|
std::size_t | ) |
|
inlinenoexcept |
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/volk-3.2.0-build/volk-3.2.0/include/volk/volk_alloc.hh