tcmalloc源码剖析的资料

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
posted @ 2015-07-31 11:04  wiessharling  阅读(262)  评论(0编辑  收藏  举报