AAL: add AalName and smallest_page_size

This commit is contained in:
Nathaniel Filardo
2020-05-13 13:58:12 +00:00
parent 3d3b048776
commit b2ee1902dc
4 changed files with 19 additions and 0 deletions

View File

@@ -44,6 +44,13 @@ namespace snmalloc
StrictProvenance = (1 << 2),
};
enum AalName : int
{
ARM,
X86,
X86_SGX,
};
/**
* Architecture Abstraction Layer. Includes default implementations of some
* functions using compiler builtins. Falls back to the definitions in the