搜索资源列表
mytop
- mytop程序代码,做为嵌入式应用中可以实时查看CPU以及内存的使用状况。-mytop program code, as the real-time embedded applications can view the CPU and memory usage.
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks