UMPIRE
Umpire: resource management and provision
umpire::strategy::mixins::Inspector Class Reference

#include </home/docs/checkouts/readthedocs.org/user_builds/umpire/checkouts/develop/src/umpire/strategy/mixins/Inspector.hpp>

Inheritance diagram for umpire::strategy::mixins::Inspector:

Public Member Functions

 Inspector ()=default
 
void registerAllocation (void *ptr, std::size_t size, strategy::AllocationStrategy *strategy)
 
void registerAllocation (void *ptr, std::size_t size, strategy::AllocationStrategy *strategy, const std::string &name)
 
util::AllocationRecord deregisterAllocation (void *ptr, strategy::AllocationStrategy *strategy)
 

Constructor & Destructor Documentation

◆ Inspector()

umpire::strategy::mixins::Inspector::Inspector ( )
default

Member Function Documentation

◆ registerAllocation() [1/2]

◆ registerAllocation() [2/2]

◆ deregisterAllocation()