Replace "AAL" type with "Aal" to parallel "Pal"

This commit is contained in:
Nathaniel Filardo
2019-12-04 16:36:55 +00:00
parent 4d6759aca4
commit ef40f1cf1d
6 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ namespace snmalloc
namespace snmalloc
{
using AAL = AAL_Generic<AAL_Arch>;
using Aal = AAL_Generic<AAL_Arch>;
} // namespace snmalloc
#if defined(_MSC_VER) && defined(SNMALLOC_VA_BITS_32)