Showing posts with label 查看内存. Show all posts
Showing posts with label 查看内存. Show all posts

Tuesday, 1 April 2008

vc调试查看所用内存

void TraceMemroy(CString locStr)
{
MEMORYSTATUS    memInfo;
   memInfo.dwLength = sizeof(memInfo);
GlobalMemoryStatus(&memInfo);
TRACE(TEXT("in location: %s