Let the AAL define address_t.

This commit is contained in:
Nathaniel Filardo
2020-05-18 16:30:32 +00:00
parent 958de73f5b
commit 7b296a91fa
2 changed files with 26 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ namespace snmalloc
* separated into two types, one for raw addresses and one for addresses that
* can be cast back to pointers.
*/
using address_t = uintptr_t;
using address_t = Aal::address_t;
/**
* Perform pointer arithmetic and return the adjusted pointer.