Asylo
|
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <functional>
#include <type_traits>
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... | |