Let the AAL define address_t.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user