what're the differences between tcmalloc/jemalloc and memory pool

女生的网名这么多〃 提交于 2019-12-03 00:18:46

问题


tcmalloc/jemalloc are improved memory allocators, and memory pool is also introduced for better memory allocation. So what are the differences between them and how to choose them in my application?


回答1:


This blog has links to detailed description of all the popular mallocs.

And this article cites one critical difference beween tcmalloc and jemalloc and advises which one to choose.

And this article completely describes the algorithm behind jemalloc



来源:https://stackoverflow.com/questions/9866145/whatre-the-differences-between-tcmalloc-jemalloc-and-memory-pool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!