vecmem 1.18.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) overridevecmem::instrumenting_memory_resourceprivate
do_deallocate(void *p, std::size_t, std::size_t) overridevecmem::instrumenting_memory_resourceprivate
do_is_equal(const memory_resource &other) const noexcept overridevecmem::details::memory_resource_baseprotected
get_events(void) constvecmem::instrumenting_memory_resource
instrumenting_memory_resource(memory_resource &upstream)vecmem::instrumenting_memory_resourceexplicit
instrumenting_memory_resource(instrumenting_memory_resource &&parent) noexceptvecmem::instrumenting_memory_resource
instrumenting_memory_resource(const instrumenting_memory_resource &)=deletevecmem::instrumenting_memory_resource
operator=(instrumenting_memory_resource &&rhs) noexceptvecmem::instrumenting_memory_resource
operator=(const instrumenting_memory_resource &)=deletevecmem::instrumenting_memory_resource
~instrumenting_memory_resource() overridevecmem::instrumenting_memory_resource