vs 2010 express 查看malloc能分配多少内存
test_of_malloc.cpp:Defines the entry point for the console application./include"stdafx.h"#include"stdio.h"#include"stdlib.h"unsigned maximum=0;int_tmain(int argc,_TCHAR*argv[]){ unsigned blocksize[]={1024*1024,1024,1};int ...