1. 32位Windows下使用C语言malloc函数分配内存空间的极限 运行环境: 32位Windows XP虚拟机,1G内存 代码: 参考自https://blog.youkuaiyun.com/yaotengjian/article/details/79774002 #include <stdio.h> #include <stdlib.h> int main () { int count = 0; while(