Asylo
Public Member Functions | List of all members
asylo::primitives::UntrustedDeleter Class Reference

Deleter for untrusted memory for use with std::unique_ptr. More...

#include <asylo/platform/primitives/trusted_primitives.h>

Public Member Functions

void operator() (void *ptr) const
 

Detailed Description

Deleter for untrusted memory for use with std::unique_ptr.

Calls UntrustedLocalFree() internally.

Member Function Documentation

◆ operator()()

void asylo::primitives::UntrustedDeleter::operator() ( void *  ptr) const
inline

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