timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
aligned_allocator.hpp File Reference
#include "timemory/backends/device.hpp"
#include "timemory/backends/memory.hpp"
#include "timemory/macros/os.hpp"
+ Include dependency graph for aligned_allocator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tim::ert::aligned_allocator< Tp, AlignV >
 
struct  tim::ert::aligned_allocator< Tp, AlignV >::rebind< U >
 

Namespaces

namespace  tim
 
namespace  tim::ert
 

Detailed Description

Provides an aligned allocator

Definition in file aligned_allocator.hpp.


Class Documentation

◆ tim::ert::aligned_allocator::rebind

struct tim::ert::aligned_allocator::rebind
template<typename Tp, std::size_t AlignV = 8 * sizeof(Tp)>
template<typename U>
struct tim::ert::aligned_allocator< Tp, AlignV >::rebind< U >

Definition at line 90 of file aligned_allocator.hpp.

+ Collaboration diagram for tim::ert::aligned_allocator< Tp, AlignV >::rebind< U >:
Class Members
typedef aligned_allocator< U, AlignV > other