vecmem 1.14.0
Loading...
Searching...
No Matches
vecmem::instrumenting_memory_resource Member List

This is the complete list of members for vecmem::instrumenting_memory_resource, including all inherited members.

add_post_allocate_hook(std::function< void(std::size_t, std::size_t, void *)> f)vecmem::instrumenting_memory_resource
add_pre_allocate_hook(std::function< void(std::size_t, std::size_t)> f)vecmem::instrumenting_memory_resource
add_pre_deallocate_hook(std::function< void(void *, std::size_t, std::size_t)> f)vecmem::instrumenting_memory_resource
do_allocate(std::size_t, std::size_t) override finalvecmem::instrumenting_memory_resourceprivatevirtual
do_deallocate(void *p, std::size_t, std::size_t) override finalvecmem::instrumenting_memory_resourceprivatevirtual
do_is_equal(const memory_resource &other) const noexceptvecmem::details::memory_resource_baseprotectedvirtual
get_events(void) constvecmem::instrumenting_memory_resource
instrumenting_memory_resource(memory_resource &upstream)vecmem::instrumenting_memory_resource
instrumenting_memory_resource(instrumenting_memory_resource &&parent)vecmem::instrumenting_memory_resource
instrumenting_memory_resource(const instrumenting_memory_resource &)=deletevecmem::instrumenting_memory_resource
operator=(instrumenting_memory_resource &&rhs)vecmem::instrumenting_memory_resource
operator=(const instrumenting_memory_resource &)=deletevecmem::instrumenting_memory_resource
~instrumenting_memory_resource()vecmem::instrumenting_memory_resource