Top > malloc
- Glibc malloc internal
--  http://www.slideshare.net/kosaki55tea/glibc-malloc
- A Scalable Concurrent malloc(3) Implementation for FreeBSD
--  http://people.freebsd.org/~jasone/jemalloc/bsdcan2006/jemalloc.pdf

- Ruby: mallocでマルチスレッドプログラムのメモリが倍増する理由(翻訳)
--  https://techracho.bpsinc.jp/hachi8833/2017_12_28/50109

* MALLOC_ARENA_MAX [#r0cdbe1b]

-  Consider lowering MALLOC_ARENA_MAX to prevent native memory OOM #8993
--  https://github.com/prestodb/presto/issues/8993

* 実装 [#x2cc370f]

- [[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のメモリ管理アルゴリズムについてわかりやすい記事
--  https://qiita.com/yaotti/items/d0f859fa9a026a547383

* 論文 [#ye77d9c4]

- [[snmalloc]]

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes