1. https://seanhn.wordpress.com/2011/04/14/exploit-necromancy-in-tcmalloc-reviving-the-4-to-n-byte-overflow-primitive-with-insert-to-freelistx/#comments

Exploit Necromancy in TCMalloc – Reviving the 4-to-N Byte Overflow Primitive with Insert to FreeList[X]

2. How to profile the code   http://gnss-sdr.org/node/43

$ gcc -o myapp ... -lprofiler -ltcmalloc
-fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free

3. 关于tcmalloc官网介绍的中文翻译:
http://shiningray.cn/tcmalloc-thread-caching-malloc.html

最新文章

  1. [PHP源码阅读]explode和implode函数
  2. android使用ImageLoader实现图片缓存(安卓开发必备)
  3. HDOJ 4770 Lights Against Dudely
  4. Redis安装及实现session共享
  5. Sqlite学习笔记(三)&&WAL性能测试
  6. SQL 2014新特性- Delayed durability
  7. [Angularjs]表单验证
  8. 关于iframe嵌套、动态获取iframe内的url、父页面重定向
  9. UVa 202 - Repeating Decimals
  10. php 垃圾回收机制----写时复制和引用计数
  11. 12款免费与开源的NoSQL数据库
  12. Tomcat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
  13. WPF WebBrowser Memory Leak 问题及临时解决方法
  14. 【Darwin】 越狱后玩耍IPhone系统
  15. 更新Cocos2D支持Xcode 7
  16. bzoj 3195 奇怪的道路 状压dp
  17. PE知识复习之PE文件空白区添加代码
  18. Python:Day05 格式化输出、列表
  19. Class<?> getClass()
  20. CodeTyphon跨平台交叉编译的配置

热门文章

  1. 【关于php】Appserv中关于DW配置站点问题
  2. 解决File.delete()删除不掉文件
  3. PHP 7.0 安装使用与性能监测!
  4. 查看SQLServer各种缓存的情况
  5. KeilC51使用详解 (三)
  6. hibernate的速度问题--hibernate.jdbc.fetch_size和 hibernate.jdbc.batch_size
  7. python手记(31)
  8. 14.8.2 Role of the .frm File for InnoDB Tables InnoDB 表得到 .frm文件的作用
  9. perl 获取虚拟机信息
  10. [LeetCode#252] Meeting Rooms