Classes | Namespaces
tracking_resource_adaptor.hpp File Reference
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/detail/stack_trace.hpp>
#include <rmm/logger.hpp>
#include <rmm/mr/device_memory_resource.hpp>
#include <rmm/mr/per_device_resource.hpp>
#include <rmm/resource_ref.hpp>
#include <atomic>
#include <cstddef>
#include <map>
#include <mutex>
#include <shared_mutex>
#include <sstream>
Include dependency graph for tracking_resource_adaptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rmm::mr::tracking_resource_adaptor< Upstream >
 Resource that uses Upstream to allocate memory and tracks allocations. More...
 
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. More...
 

Namespaces

 rmm
 RAPIDS Memory Manager - The top-level namespace for all RMM functionality.
 
 rmm::mr
 Memory Resource classes and adaptors.