如果爆栈了。。。。试试这个?? 我都没试过)
#pragma comment(linker, "/STACK:102400000,102400000")int size = 256 << 20; // 256MBchar *p = (char*)malloc(size) + size;__asm__("movl %0, %%esp\n" :: "r"(p));
本文共 237 字,大约阅读时间需要 1 分钟。
如果爆栈了。。。。试试这个?? 我都没试过)
#pragma comment(linker, "/STACK:102400000,102400000")int size = 256 << 20; // 256MBchar *p = (char*)malloc(size) + size;__asm__("movl %0, %%esp\n" :: "r"(p));
转载于:https://www.cnblogs.com/louhancheng/p/10182912.html