CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
AlignedDataDeleter Struct Reference

Custom deleter for page-aligned data. More...

#include <Memory.h>

Public Member Functions

void operator() (void *ptr)
 

Detailed Description

Custom deleter for page-aligned data.

See also
UniqueAlignedDataPtr
Note
This is a wrapper around std::free which allows UniqueAlignedDataPtr to be constructed without the need for an explicit deleter parameter.

Member Function Documentation

◆ operator()()

void AlignedDataDeleter::operator() ( void *  ptr)
inline

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