vecmem 1.14.0
|
Implementation for vecmem::details::coalescing_memory_resource
.
More...
#include </home/runner/work/vecmem/vecmem/core/src/memory/details/coalescing_memory_resource_impl.hpp>
Public Member Functions | |
coalescing_memory_resource_impl (std::vector< std::reference_wrapper< memory_resource > > &&upstreams) | |
Constructor. | |
void * | allocate (std::size_t size, std::size_t align) |
Allocate memory with a chosen memory resource. | |
void | deallocate (void *p, std::size_t size, std::size_t align) |
Deallocate previously allocated memory. | |
Implementation for vecmem::details::coalescing_memory_resource
.