随笔分类 -  操作系统

摘要:http://linux.die.net/man/2/madvise "mmap && madvise的配合使用" "mmap和madvise一起使用例子 " mmap的作用是将硬盘文件的内容映射到内存中,采用闭链哈希建立的索引文件非常适合利用mmap的方式进行内存映射,利用... 阅读全文
posted @ 2015-11-07 02:28 scott_h 阅读(1895) 评论(0) 推荐(1) 编辑
摘要:A Quick Tutorial on Implementing and Debugging Malloc, Free, Calloc, and ReallocLet’s write a malloc and see how it works with existing programs!This ... 阅读全文
posted @ 2015-10-18 00:48 scott_h 编辑
摘要:TCMalloc 安装和使用http://blog.csdn.net/chen19870707/article/details/40301783http://blog.csdn.net/column/details/tcmalloclearning.htmlhttp://goog-perftools... 阅读全文
posted @ 2015-03-30 16:32 scott_h 编辑
摘要:先看下规则http://www.ruanyifeng.com/blog/2007/10/ascii_unicode_and_utf-8.html字符编码笔记:ASCII,Unicode和UTF-8作者: 阮一峰日期: 2007年10月28日今天中午,我突然想搞清楚Unicode和UTF-8之间的关系... 阅读全文
posted @ 2015-03-30 11:36 scott_h 编辑
摘要:转载请著名作者和地址http://www.cnblogs.com/scotth/p/3645489.html1.关于 IO (fopen出现的错误 errorCode 183)相关知识点:《UNIX环境高级编程》 ====网上说的有点不靠谱,很多都是copy,paste,说的很乱,所以不敢拿来分析,... 阅读全文
posted @ 2014-04-10 20:38 scott_h 阅读(347) 评论(0) 推荐(0) 编辑