- Glibc malloc internal
- A Scalable Concurrent malloc(3) Implementation for FreeBSD
- Ruby: mallocでマルチスレッドプログラムのメモリが倍増する理由(翻訳)
MALLOC_ARENA_MAX†
- Consider lowering MALLOC_ARENA_MAX to prevent native memory OOM #8993
実装†
- ptmalloc
- dlmalloc (Doug Lea's Malloc) > ptmalloc(マルチスレット対応)
- TCMalloc (Thread-Caching Malloc) - Google
- Hoard
- Concur
- jemalloc - FreeBSD, Firefox, Facebook
- libumem – Solaris
- mimalloc - Microsoft
- TLSF (Two Level Segregate Fit)
- XXmallocのメモリ管理アルゴリズムについてわかりやすい記事