// // CCMemory.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #import <mach/mach.h> @interface CCMemory : NSObject { } // get the info of memory + (BOOL)getMemoryInfo:(vm_statistics_data_t *)vmStats; @end
可能有更新:
googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCMemory.h
github地址:https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCMemory.h
本文详细解读了CCMemory.h文件中定义的CCMemory类,包括其成员方法getMemoryInfo()的功能,如何获取内存信息,并提供了代码示例。同时,文章还提供了该文件在GitHub和GoogleCode上的链接地址。

被折叠的 条评论
为什么被折叠?



