naiveproxy/third_party/tcmalloc/vendor/docs/overview.dot

16 lines
239 B
Plaintext
Raw Normal View History

2018-08-15 01:19:20 +03:00
digraph Overview {
node [shape = box]
{rank=same
T1 [label="Thread Cache"]
Tsep [label="...", shape=plaintext]
Tn [label="Thread Cache"]
T1 -> Tsep -> Tn [style=invis]
}
C [label="Central\nHeap"]
T1 -> C [dir=both]
Tn -> C [dir=both]
}