标签: c++ performance memory memory-management memory-leaks
我一直致力于优化程序,需要知道某个循环(或函数)所消耗的确切内存大小。
我需要获取所消耗的确切内存量,并在程序内的数组中跟踪它以供以后使用。
我在Linux上使用GCC。