[Session restore] Rename group name Enabled to Restore.
[chromium-blink-merge.git] / third_party / tcmalloc / vendor / doc / overview.dot
blob9966f56cfc8b826f0b0609511e7131568660aab6
1 digraph Overview {
2 node [shape = box]
4 {rank=same
5 T1 [label="Thread Cache"]
6 Tsep [label="...", shape=plaintext]
7 Tn [label="Thread Cache"]
8 T1 -> Tsep -> Tn [style=invis]
11 C [label="Central\nHeap"]
12 T1 -> C [dir=both]
13 Tn -> C [dir=both]