mtrace分析内存泄漏
摘要:
1. 测试程序 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/time.h> #include <mcheck.h> static void memory_leak_test() { char *p 阅读全文
posted @ 2021-11-19 16:05 Hello-World3 阅读(104) 评论(0) 推荐(0) 编辑