Public Member Functions | Public Attributes | List of all members
rmm::mr::tracking_resource_adaptor< Upstream >::allocation_info Struct Reference

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_tracestrace
 
std::size_t allocation_size
 

Detailed Description

template<typename Upstream>
struct rmm::mr::tracking_resource_adaptor< Upstream >::allocation_info

Information stored about an allocation. Includes the size and a stack trace if the tracking_resource_adaptor was initialized to capture stacks.


The documentation for this struct was generated from the following file: