summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/vendor/doc/overview.dot
blob: 9966f56cfc8b826f0b0609511e7131568660aab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
digraph Overview {
node [shape = box

{ranksame
T1 [label"Thread Cache"]
Tsep [label"...", shapeplaintext
Tn [label"Thread Cache"]
T1 -> Tsep -> Tn [styleinvis
}

C [label"Central\nHeap"]
T1 -> C [dirboth
Tn -> C [dirboth

}