This is a follow up to https://reviews.llvm.org/D55764 .
For the ASan and LSan allocators we modified the type declarations so
its possible to create a combined allocator type that consistently uses
a different type of AddressSpaceView because we intend to use this in
future patches. For the other sanitizers they just use
LocalAddressSpaceView by default because we have no plans to use these
allocators in an out-of-process manner.
rdar://problem/45284065