An host memory allocation. More...
#include <bounce_buffer.hpp>
Public Member Functions | |
Alloc (AllocRetain *manager, void *alloc, std::size_t size) | |
Alloc (Alloc const &)=delete | |
Alloc & | operator= (Alloc const &)=delete |
Alloc (Alloc &&o)=delete | |
Alloc & | operator= (Alloc &&o)=delete |
void * | get () noexcept |
void * | get (std::ptrdiff_t offset) noexcept |
std::size_t | size () noexcept |
An host memory allocation.
Definition at line 42 of file bounce_buffer.hpp.