Overview 概要
When you create an instance of a particular class, the allocated memory contains an objc
data structure, which is directly followed by the data for the instance variables of the class.
The alloc
and alloc
methods of the Foundation framework class NSObject use the function class
to create objc
data structures.