搜索资源列表
减少内存占用
- 优化C++程序编译效率的实例 (1)自定义程序的入口 (2)合并区段 (3)不用调malloc,free等函数 (3)不用cout来输出,cin来输入 (4)如果调用了很多库函数如memset,stycpy等等 的话,请导入msvcrt.lib,不然编译器会在程序里面 导入静态库,这样的话程序就会大很多。。 (5)........ 减少程序运行内存占用量可以调用 SetProcessWorkingSetSize(GetCurrentProcess(),-1,-1);
Free DOS
- Free DOS源码,研究DOS或进行通用操作系统研究的朋友难得的好资源。
nedmalloc
- nedalloc, an alternative malloc implementation for multiple threads without lock contention based on dlmalloc v2.8.4. (C) 2005-2010 Niall Douglas Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, t