文章目录 1 模拟堆内存不断增长的场景使用vmstat查看内存变化情况使用valgrind 的memcheck输出日志 1 模拟堆内存不断增长的场景 #include <stdio.h> #include <unistd.h> #include <stdint.h> #