摘要: 有上面两个对象 person继承于NSObject student 继承于 person 等价于下面的代码 通过 NSLog(@"%zd",class_getInstanceSize([student class]) ); NSLog(@"%zd",malloc_size((__bridge con 阅读全文
posted @ 2018-07-18 17:10 ZhangShengjie 阅读(231) 评论(0) 推荐(0)