vecmem 1.14.0
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
vecmem::details::pool_memory_resource_impl Class Reference

Implementation of vecmem::pool_memory_resource. More...

#include </home/runner/work/vecmem/vecmem/core/src/memory/details/pool_memory_resource_impl.hpp>

Public Member Functions

 pool_memory_resource_impl (memory_resource &upstream, const pool_memory_resource::options &opts)
 Constructor, on top of another memory resource.
 
 ~pool_memory_resource_impl ()
 Destructor, freeing all allocations.
 
voidallocate (std::size_t bytes, std::size_t alignment)
 Allocate memory.
 
void deallocate (void *ptr, std::size_t bytes, std::size_t alignment)
 Deallocate memory.
 

Detailed Description

Implementation of vecmem::pool_memory_resource.


The documentation for this class was generated from the following files: