Summary: `allocWithZone` exists for historical reasons; memory zones are no longer used by Objective-C. Therefore, we treat it like `alloc`. https://developer.apple.com/documentation/objectivec/nsobject/1571945-allocwithzone Reviewed By: skcho Differential Revision: D24137019 fbshipit-source-id: aac321322