Add memory landing page.
This use to be handled partially by the Memory Charter at:
https://docs.google.com/document/d/1yATy7MBclHycCUR0Jji4eczHT_ejp5lmVZOhNwNQwmM/edit#heading=h.zee2m1s9o2x3
Moving in-repo per current best practices, and re targeting it
so the top page is "action oriented" (helps people find what
they need to know) as opposed to status based.
TBR=erikchen
Bug: none
Change-Id: Icef51e837be632ccf8d5697a61acef0888261eb7
Reviewed-on: https://chromium-review.googlesource.com/525098
Reviewed-by: Albert J. Wong <[email protected]>
Commit-Queue: Albert J. Wong <[email protected]>
Cr-Commit-Position: refs/heads/master@{#478041}
diff --git a/docs/memory/key_concepts.md b/docs/memory/key_concepts.md
new file mode 100644
index 0000000..4baea37
--- /dev/null
+++ b/docs/memory/key_concepts.md
@@ -0,0 +1,6 @@
+# Key Concepts in Chrome Memory
+
+TODO(awong): Write overview of our platform diversity, windows vs \*nix memory models (eg,
+"committed" memory), what "discardable" memory is, GPU memory, zram, overcommit,
+the various Chrome heaps (pageheap, partitionalloc, oilpan, v8, malloc...per
+platform), etc.