frameLength
The number of bytes that the arguments, taken together, occupy on the stack.
Declaration
@property (readonly) NSUInteger frameLength;Discussion
This number varies with the hardware architecture the application runs on.
The number of bytes that the arguments, taken together, occupy on the stack.
@property (readonly) NSUInteger frameLength;This number varies with the hardware architecture the application runs on.