vecmem 1.14.0
|
This is the complete list of members for vecmem::details::instrumenting_memory_resource_impl, including all inherited members.
add_post_allocate_hook(std::function< void(std::size_t, std::size_t, void *)> f) | vecmem::details::instrumenting_memory_resource_impl | |
add_pre_allocate_hook(std::function< void(std::size_t, std::size_t)> f) | vecmem::details::instrumenting_memory_resource_impl | |
add_pre_deallocate_hook(std::function< void(void *, std::size_t, std::size_t)> f) | vecmem::details::instrumenting_memory_resource_impl | |
allocate(std::size_t, std::size_t) | vecmem::details::instrumenting_memory_resource_impl | |
deallocate(void *p, std::size_t, std::size_t) | vecmem::details::instrumenting_memory_resource_impl | |
get_events(void) const | vecmem::details::instrumenting_memory_resource_impl | |
instrumenting_memory_resource_impl(memory_resource &upstream) | vecmem::details::instrumenting_memory_resource_impl |