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