Currently sanitizer_malloc_introspection_t just adds a version field
which is used to version the allocator ABI. The current allocator ABI
version is returned by the new GetMallocZoneAllocatorEnumerationVersion() function.
The motivation behind this change is to allow external processes to
determine the allocator ABI of a sanitized process.
rdar://problem/45284065