Custom memory allocator/manager in C ? which approach?

前端 未结 2 1964
梦谈多话
梦谈多话 2021-01-31 05:40

I looking for some (custom) memory managers/allocator written in c and went through some articles, -

Some Links :

  • IBM - Inside memory management
  • V
2条回答
  •  不思量自难忘°
    2021-01-31 06:28

    Just to add one more to your list

    Google Performance Tools

    It improves significantly memory allocation performance and it has CPU and memory profilers. Their Thread-Caching Malloc implementation is meant to be quite efficient for multithreaded applications.

提交回复
热议问题