我有以下课程:
class testclass{
int a[5];
};
以及以下主要功能:
int main(int argc, const char * argv[])
{
testclass* t;
while(true)
t = new testclass();
return 0;
}
所以我用这个来快速填满我的所有记忆。但这是xcode给我的内存使用情况图:
我根本不懂。如何在这个程序中内存使用率下降?
答案 0 :(得分:0)
那是荷兰语,但我想你会明白的。
感谢您的回答