Update: A change to this code recently broke our bots after this change enabled the 64 bit allocator for defined(aarch64): https://reviews.llvm.org/D137136
We added logic initially to get our test passing, but want to further clean up this code to enable MacOS to use allocator64 and increase readability and clarity of the logic.
rdar://103647896
@phosek isn't SANITIZER_FUCHSIA is SANITIZER_WORDSIZE == 64, as it's 64bit only?