Information stored about an allocation. Includes the size and a stack trace if the tracking_resource_adaptor
was initialized to capture stacks.
More...
#include <tracking_resource_adaptor.hpp>
Public Member Functions | |
allocation_info (std::size_t size, bool capture_stack) | |
Public Attributes | |
std::unique_ptr< rmm::detail::stack_trace > | strace |
std::size_t | allocation_size |
Information stored about an allocation. Includes the size and a stack trace if the tracking_resource_adaptor
was initialized to capture stacks.