Albert J. Wong | 2108fde | 2017-06-08 17:55:50 | [diff] [blame^] | 1 | # Key Concepts in Chrome Memory |
2 | |||||
3 | TODO(awong): Write overview of our platform diversity, windows vs \*nix memory models (eg, | ||||
4 | "committed" memory), what "discardable" memory is, GPU memory, zram, overcommit, | ||||
5 | the various Chrome heaps (pageheap, partitionalloc, oilpan, v8, malloc...per | ||||
6 | platform), etc. |