标签:
#pragma comment(linker, "/STACK:102400000,102400000")
int size = 256 << 20; // 256MB char *p = (char*)malloc(size) + size; __asm__("movl %0, %%esp\n" :: "r"(p));
ACM的奇计淫巧_扩栈C++/G++
原文地址:http://www.cnblogs.com/HarryGuo2012/p/4722784.html