Asylo
Classes | Namespaces | Typedefs
extent.h File Reference
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <functional>
#include <type_traits>
Include dependency graph for extent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asylo::primitives::Extent
 A extent object suitable for sharing address ranges between trusted and untrusted code. More...
 

Namespaces

 asylo
 
 asylo::primitives
 

Typedefs

using asylo::primitives::ExtentAllocator = std::function< primitives::Extent(size_t)>
 The callback signature for a function which performs custom allocation of an Extent. More...